Skip to content

Commit a7bf35a

Browse files
committed
#770 - remove fuzzy flags
1 parent 3a8657e commit a7bf35a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

library/tty.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ msgstr ""
1818
"Generated-By: Babel 2.17.0\n"
1919

2020
#: ../../library/tty.rst:2
21-
#, fuzzy
2221
msgid ":mod:`!tty` --- Terminal control functions"
23-
msgstr ":mod:`tty` --- 터미널 제어 함수"
22+
msgstr ":mod:`!tty` --- 터미널 제어 함수"
2423

2524
#: ../../library/tty.rst:11
2625
msgid "**Source code:** :source:`Lib/tty.py`"
@@ -69,30 +68,32 @@ msgid ""
6968
msgstr ""
7069

7170
#: ../../library/tty.rst:50
72-
#, fuzzy
7371
msgid ""
7472
"Change the mode of the file descriptor *fd* to raw. If *when* is omitted,"
7573
" it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
7674
":func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` "
7775
"is saved before setting *fd* to raw mode; this value is returned."
7876
msgstr ""
7977
"파일 기술자 *fd*\\의 모드를 raw로 변경합니다. *when*\\이 생략되면, 기본값은 "
80-
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다."
78+
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다. "
79+
"*fd*\\를 raw 모드로 설정하기 전에 :func:`termios.tcgetattr`\\의 반환값을 보관합니다; 이 값을 "
80+
"반환합니다."
8181

8282
#: ../../library/tty.rst:55 ../../library/tty.rst:69
8383
msgid "The return value is now the original tty attributes, instead of ``None``."
8484
msgstr ""
8585

8686
#: ../../library/tty.rst:61
87-
#, fuzzy
8887
msgid ""
8988
"Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, "
9089
"it defaults to :const:`termios.TCSAFLUSH`, and is passed to "
9190
":func:`termios.tcsetattr`. The return value of :func:`termios.tcgetattr` "
9291
"is saved before setting *fd* to cbreak mode; this value is returned."
9392
msgstr ""
9493
"파일 기술자 *fd*\\의 모드를 cbreak로 변경합니다. *when*\\이 생략되면, 기본값은 "
95-
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다."
94+
":const:`termios.TCSAFLUSH`\\이며 :func:`termios.tcsetattr`\\로 전달됩니다. "
95+
"*fd*\\를 cbreak 모드로 설정하기 전에 :func:`termios.tcgetattr`\\의 반환값을 보관합니다; 이 값을 "
96+
"반환합니다."
9697

9798
#: ../../library/tty.rst:66
9899
msgid ""

0 commit comments

Comments
 (0)