Skip to content

Commit f131eef

Browse files
authored
chatbot_tutorial.py typo correct (#636)
1 parent 53ccee5 commit f131eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žbeginner_source/chatbot_tutorial.pyโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def trim(self, min_count):
314314
len(keep_words), len(self.word2index), len(keep_words) / len(self.word2index)
315315
))
316316

317-
# ์‚ฌ์ „์„ ๋‹ค์‹œ ์ดˆ๊ธฐํ™”ํž™๋‹ˆ๋‹ค
317+
# ์‚ฌ์ „์„ ๋‹ค์‹œ ์ดˆ๊ธฐํ™”ํ•ฉ๋‹ˆ๋‹ค
318318
self.word2index = {}
319319
self.word2count = {}
320320
self.index2word = {PAD_token: "PAD", SOS_token: "SOS", EOS_token: "EOS"}

0 commit comments

Comments
ย (0)