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 243a00f commit daa7011Copy full SHA for daa7011
tutorial/inputoutput.po
@@ -171,7 +171,7 @@ msgid ""
171
" (apply :func:`repr`) can be used to convert the value before it is "
172
"formatted::"
173
msgstr ""
174
-"``'!a'`` (:func:`ascii` 를 적용한다), ``'!s'`` (:func:`str` 을 적용합니다), ``'!r'``"
+"``'!a'`` (:func:`ascii` 를 적용합니다), ``'!s'`` (:func:`str` 을 적용합니다), ``'!r'``"
175
" (:func:`repr` 을 적용한다) 은 포맷 전에 값을 변환하는 데 사용됩니다::"
176
177
#: ../Doc/tutorial/inputoutput.rst:162
0 commit comments