We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bdb18 commit a84c48dCopy full SHA for a84c48d
intermediate_source/char_rnn_generation_tutorial.py
@@ -68,7 +68,7 @@
68
69
이 과정의 더 자세한 사항은 지난 튜토리얼을 보십시오.
70
요약하면, 줄마다 이름이 적힌 텍스트 파일 ``data/names/[Language].txt`` 있습니다.
71
-이것을 어레이로 분리하고, Unicode를 ASCII로 변경하고,
+이것을 array로 분리하고, Unicode를 ASCII로 변경하고,
72
사전 ``{language: [names ...]}`` 을 만들어서 마무리합니다.
73
74
"""
0 commit comments