Skip to content

Commit daa7011

Browse files
committed
fix typo
1 parent 243a00f commit daa7011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/inputoutput.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ msgid ""
171171
" (apply :func:`repr`) can be used to convert the value before it is "
172172
"formatted::"
173173
msgstr ""
174-
"``'!a'`` (:func:`ascii` 를 적용한다), ``'!s'`` (:func:`str` 을 적용합니다), ``'!r'``"
174+
"``'!a'`` (:func:`ascii` 를 적용합니다), ``'!s'`` (:func:`str` 을 적용합니다), ``'!r'``"
175175
" (:func:`repr` 을 적용한다) 은 포맷 전에 값을 변환하는 데 사용됩니다::"
176176

177177
#: ../Doc/tutorial/inputoutput.rst:162

0 commit comments

Comments
 (0)