Skip to content

Commit 3dd787e

Browse files
authored
fix syntax error in intermediate_source/char_rnn_generation_tutorial.py (#786)
fix link syntax error in intermediate_source/char_rnn_generation_tutorial.py
1 parent 54d2e64 commit 3dd787e

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
@@ -7,7 +7,7 @@
77
**번역**: `황성수 <https://github.com/adonisues>`_
88
99
이 튜토리얼은 3개로 이뤄진 "기초부터 시작하는 NLP"의 2번째 튜토리얼입니다.
10-
`첫번째 튜토리얼 </intermediate/char_rnn_classification_tutorial>`
10+
`첫번째 튜토리얼 </intermediate/char_rnn_classification_tutorial>`_
1111
에서는 이름의 언어를 분류하기 위해 RNN을 사용했습니다.
1212
이번에는 반대로 언어로 이름을 생성할 예정입니다.
1313

0 commit comments

Comments
 (0)