Skip to content

Commit a84c48d

Browse files
authored
intermediate/char_rnn_generation_tutorial 개선 (번역 개선) (#473)
1 parent 64bdb18 commit a84c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/char_rnn_generation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
6969
이 과정의 더 자세한 사항은 지난 튜토리얼을 보십시오.
7070
요약하면, 줄마다 이름이 적힌 텍스트 파일 ``data/names/[Language].txt`` 있습니다.
71-
이것을 어레이로 분리하고, Unicode를 ASCII로 변경하고,
71+
이것을 array로 분리하고, Unicode를 ASCII로 변경하고,
7272
사전 ``{language: [names ...]}`` 을 만들어서 마무리합니다.
7373
7474
"""

0 commit comments

Comments
 (0)