Skip to content

Commit 1a9b891

Browse files
committed
#967 - remove fuzzy flags
1 parent 328156f commit 1a9b891

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

library/codeop.po

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/codeop.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!codeop` --- Compile Python code"
22-
msgstr ":mod:`codeop` --- 파이썬 코드 컴파일"
21+
msgstr ":mod:`!codeop` --- 파이썬 코드 컴파일"
2322

2423
#: ../../library/codeop.rst:10
2524
msgid "**Source code:** :source:`Lib/codeop.py`"
@@ -42,7 +41,6 @@ msgid "There are two parts to this job:"
4241
msgstr "이 작업에는 두 가지 부분이 있습니다:"
4342

4443
#: ../../library/codeop.rst:22
45-
#, fuzzy
4644
msgid ""
4745
"Being able to tell if a line of input completes a Python statement: in "
4846
"short, telling whether to print '``>>>``' or '``...``' next."
@@ -51,7 +49,6 @@ msgstr ""
5149
"알려주기."
5250

5351
#: ../../library/codeop.rst:25
54-
#, fuzzy
5552
msgid ""
5653
"Remembering which future statements the user has entered, so subsequent "
5754
"input can be compiled with these in effect."
@@ -68,7 +65,6 @@ msgid "To do just the former:"
6865
msgstr "단지 전자를 수행하려면:"
6966

7067
#: ../../library/codeop.rst:35
71-
#, fuzzy
7268
msgid ""
7369
"Tries to compile *source*, which should be a string of Python code and "
7470
"return a code object if *source* is valid Python code. In that case, the"
@@ -92,16 +88,16 @@ msgstr ""
9288
"발생합니다."
9389

9490
#: ../../library/codeop.rst:45
95-
#, fuzzy
9691
msgid ""
9792
"The *symbol* argument determines whether *source* is compiled as a "
9893
"statement (``'single'``, the default), as a sequence of :term:`statement`"
9994
" (``'exec'``) or as an :term:`expression` (``'eval'``). Any other value "
10095
"will cause :exc:`ValueError` to be raised."
10196
msgstr ""
102-
"*symbol* 인자는 *source*\\가 문장(``'single'``, 기본값)으로 컴파일되는지, 문장의 "
103-
"시퀀스(``'exec'``)로 컴파일되는지 또는 :term:`표현식 <expression>`\\(``'eval'``)으로 "
104-
"컴파일되는지 결정합니다. 다른 값을 지정하면 :exc:`ValueError`\\가 발생합니다."
97+
"*symbol* 인자는 *source*\\가 문장(``'single'``, 기본값)으로 컴파일되는지, :term:`문장 "
98+
"<statement>`\\의 시퀀스(``'exec'``)로 컴파일되는지 또는 :term:`표현식 "
99+
"<expression>`\\(``'eval'``)으로 컴파일되는지 결정합니다. 다른 값을 지정하면 "
100+
":exc:`ValueError`\\가 발생합니다."
105101

106102
#: ../../library/codeop.rst:52
107103
msgid ""
@@ -117,28 +113,26 @@ msgstr ""
117113
"오면 그 뒤에 임의의 가비지가 올 수 있습니다. 구문 분석기를 위한 API가 개선되면 이 문제가 해결될 것입니다."
118114

119115
#: ../../library/codeop.rst:61
120-
#, fuzzy
121116
msgid ""
122117
"Instances of this class have :meth:`~object.__call__` methods identical "
123118
"in signature to the built-in function :func:`compile`, but with the "
124119
"difference that if the instance compiles program text containing a "
125120
":mod:`__future__` statement, the instance 'remembers' and compiles all "
126121
"subsequent program texts with the statement in force."
127122
msgstr ""
128-
"이 클래스의 인스턴스는 내장 함수 :func:`compile`\\와 같은 서명의 :meth:`__call__` 메서드를 갖지만, "
129-
"인스턴스가 :mod:`__future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 '기억'\\하고 모든 후속 "
130-
"프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 차이점이 있습니다."
123+
"이 클래스의 인스턴스는 내장 함수 :func:`compile`\\와 같은 서명의 :meth:`~object.__call__` "
124+
"메서드를 갖지만, 인스턴스가 :mod:`__future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 "
125+
"'기억'\\하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 차이점이 있습니다."
131126

132127
#: ../../library/codeop.rst:70
133-
#, fuzzy
134128
msgid ""
135129
"Instances of this class have :meth:`~object.__call__` methods identical "
136130
"in signature to :func:`compile_command`; the difference is that if the "
137131
"instance compiles program text containing a :mod:`__future__` statement, "
138132
"the instance 'remembers' and compiles all subsequent program texts with "
139133
"the statement in force."
140134
msgstr ""
141-
"이 클래스의 인스턴스는 :func:`compile_command`\\와 같은 서명의 :meth:`__call__` 메서드를 "
142-
"갖습니다; 차이점은, 인스턴스가 ``__future__`` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 "
143-
"'기억'\\하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 것입니다."
135+
"이 클래스의 인스턴스는 :func:`compile_command`\\와 같은 서명의 :meth:`~object.__call__` "
136+
"메서드를 갖습니다; 차이점은, 인스턴스가 :mod:`__future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를"
137+
" '기억'\\하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 것입니다."
144138

0 commit comments

Comments
 (0)