Skip to content

Commit 3c438a6

Browse files
committed
#1074 - remove fuzzy flags
1 parent b3a6e85 commit 3c438a6

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

c-api/function.po

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,30 @@ msgstr ""
5656
" 딕셔너리이어야 합니다."
5757

5858
#: ../../c-api/function.rst:37
59-
#, fuzzy
6059
msgid ""
6160
"The function's docstring and name are retrieved from the code object. "
6261
":attr:`~function.__module__` is retrieved from *globals*. The argument "
6362
"defaults, annotations and closure are set to ``NULL``. "
6463
":attr:`~function.__qualname__` is set to the same value as the code "
6564
"object's :attr:`~codeobject.co_qualname` field."
6665
msgstr ""
67-
"함수의 독스트링과 이름은 코드 객체에서 가져옵니다. *__module__*\\은 *globals*\\에서 가져옵니다. 인자 기본값,"
68-
" 어노테이션 및 클로저는 ``NULL``\\로 설정됩니다. *__qualname__*\\은 함수의 이름과 같은 값으로 설정됩니다."
66+
"함수의 독스트링과 이름은 코드 객체에서 가져옵니다. :attr:`~function.__module__`\\은 "
67+
"*globals*\\에서 가져옵니다. 인자 기본값, 어노테이션 및 클로저는 ``NULL``\\로 설정됩니다. "
68+
":attr:`~function.__qualname__`\\은 코드 객체의 :attr:`~codeobject.co_qualname` "
69+
"필드와 같은 값으로 설정됩니다."
6970

7071
#: ../../c-api/function.rst:46
71-
#, fuzzy
7272
msgid ""
7373
"As :c:func:`PyFunction_New`, but also allows setting the function "
7474
"object's :attr:`~function.__qualname__` attribute. *qualname* should be a"
7575
" unicode object or ``NULL``; if ``NULL``, the :attr:`!__qualname__` "
7676
"attribute is set to the same value as the code object's "
7777
":attr:`~codeobject.co_qualname` field."
7878
msgstr ""
79-
":c:func:`PyFunction_New`\\와 비슷하지만, 함수 객체의 ``__qualname__`` 어트리뷰트를 설정할 수도 "
80-
"있도록 합니다. *qualname*\\는 유니코드 객체나 ``NULL``\\이어야 합니다; ``NULL``\\이면, "
81-
"``__qualname__`` 어트리뷰트는 ``__name__`` 어트리뷰트와 같은 값으로 설정됩니다."
79+
":c:func:`PyFunction_New`\\와 비슷하지만, 함수 객체의 :attr:`~function.__qualname__` "
80+
"어트리뷰트를 설정할 수도 있도록 합니다. *qualname*\\는 유니코드 객체나 ``NULL``\\이어야 합니다; "
81+
"``NULL``\\이면, :attr:`!__qualname__` 어트리뷰트는 코드 객체의 "
82+
":attr:`~codeobject.co_qualname` 필드와 같은 값으로 설정됩니다."
8283

8384
#: ../../c-api/function.rst:57
8485
msgid "Return the code object associated with the function object *op*."
@@ -94,15 +95,14 @@ msgid ""
9495
"attribute of the :ref:`function object <user-defined-funcs>` *op*. It can"
9596
" be *NULL*."
9697
msgstr ""
98+
":ref:`함수 객체 <user-defined-funcs>` *op*\\의 :attr:`~function.__module__` "
99+
"어트리뷰트에 대한 :term:`빌린 참조 <borrowed reference>`\\를 반환합니다. *NULL*\\일 수 있습니다."
97100

98101
#: ../../c-api/function.rst:71
99-
#, fuzzy
100102
msgid ""
101103
"This is normally a :class:`string <str>` containing the module name, but "
102104
"can be set to any other object by Python code."
103-
msgstr ""
104-
"함수 객체 *op*\\의 *__module__* 어트리뷰트를 반환합니다. 이것은 일반적으로 모듈 이름을 포함하는 문자열이지만, "
105-
"파이썬 코드로 다른 객체로 설정할 수 있습니다."
105+
msgstr "이것은 일반적으로 모듈 이름을 포함하는 :class:`문자열 <str>`\\이지만, 파이썬 코드로 다른 객체로 설정할 수 있습니다."
106106

107107
#: ../../c-api/function.rst:77
108108
msgid ""
@@ -177,23 +177,23 @@ msgstr ""
177177

178178
#: ../../c-api/function.rst:150
179179
msgid "``PyFunction_EVENT_CREATE``"
180-
msgstr ""
180+
msgstr "``PyFunction_EVENT_CREATE``"
181181

182182
#: ../../c-api/function.rst:151
183183
msgid "``PyFunction_EVENT_DESTROY``"
184-
msgstr ""
184+
msgstr "``PyFunction_EVENT_DESTROY``"
185185

186186
#: ../../c-api/function.rst:152
187187
msgid "``PyFunction_EVENT_MODIFY_CODE``"
188-
msgstr ""
188+
msgstr "``PyFunction_EVENT_MODIFY_CODE``"
189189

190190
#: ../../c-api/function.rst:153
191191
msgid "``PyFunction_EVENT_MODIFY_DEFAULTS``"
192-
msgstr ""
192+
msgstr "``PyFunction_EVENT_MODIFY_DEFAULTS``"
193193

194194
#: ../../c-api/function.rst:154
195195
msgid "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
196-
msgstr ""
196+
msgstr "``PyFunction_EVENT_MODIFY_KWDEFAULTS``"
197197

198198
#: ../../c-api/function.rst:161
199199
msgid "Type of a function watcher callback function."
@@ -252,14 +252,13 @@ msgstr ""
252252

253253
#: ../../c-api/function.rst:8
254254
msgid "object"
255-
msgstr ""
255+
msgstr "객체"
256256

257257
#: ../../c-api/function.rst:8
258-
#, fuzzy
259258
msgid "function"
260-
msgstr "함수 객체"
259+
msgstr "함수"
261260

262261
#: ../../c-api/function.rst:20
263262
msgid "MethodType (in module types)"
264-
msgstr ""
263+
msgstr "MethodType (types 모듈)"
265264

0 commit comments

Comments
 (0)