Skip to content

Commit d7c0975

Browse files
committed
Closes #568 - update tutorial/inputoutput.po to reflect recent changes
1 parent acc0753 commit d7c0975

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorial/inputoutput.po

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
55
#
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: Python 3.6\n"
@@ -354,7 +353,6 @@ msgstr ""
354353
":file:`EXE` 파일과 같은 바이너리 데이터를 망치게 됩니다. 그런 파일을 읽고 쓸 때 바이너리 모드를 사용하도록 주의하세요."
355354

356355
#: ../Doc/tutorial/inputoutput.rst:317
357-
#, fuzzy
358356
msgid ""
359357
"It is good practice to use the :keyword:`with` keyword when dealing with "
360358
"file objects. The advantage is that the file is properly closed after "
@@ -363,7 +361,7 @@ msgid ""
363361
":keyword:`try`\\ -\\ :keyword:`finally` blocks::"
364362
msgstr ""
365363
"파일 객체를 다룰 때 :keyword:`with` 키워드를 사용하는 것은 좋은 습관입니다. 혜택은 도중 예외가 발생하더라도 스위트가"
366-
" 종료될 때 파일이 올바르게 닫힌다는 것입니다. :keyword:`with` 를 사용하는 것은 동등한 :keyword:`try`\\"
364+
" 종료될 때 파일이 올바르게 닫힌다는 것입니다. :keyword:`!with` 를 사용하는 것은 동등한 :keyword:`try`\\"
367365
" -\\ :keyword:`finally` 블록을 쓰는 것에 비교해 훨씬 짧기도 합니다::"
368366

369367
#: ../Doc/tutorial/inputoutput.rst:328

0 commit comments

Comments
 (0)