Skip to content

Commit f602b16

Browse files
committed
#1059 - remove fuzzy flags
1 parent 860b0fb commit f602b16

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

c-api/method.po

+5-10
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ msgid "Instance Method Objects"
2121
msgstr "인스턴스 메서드 객체"
2222

2323
#: ../../c-api/method.rst:10
24-
#, fuzzy
2524
msgid ""
2625
"An instance method is a wrapper for a :c:type:`PyCFunction` and the new "
2726
"way to bind a :c:type:`PyCFunction` to a class object. It replaces the "
2827
"former call ``PyMethod_New(func, NULL, class)``."
2928
msgstr ""
30-
"인스턴스 메서드는 :c:data:`PyCFunction`\\에 대한 래퍼이며 :c:data:`PyCFunction`\\를 클래스 "
29+
"인스턴스 메서드는 :c:type:`PyCFunction`\\에 대한 래퍼이며 :c:type:`PyCFunction`\\를 클래스 "
3130
"객체에 연결하는 새로운 방법입니다. 이전의 ``PyMethod_New(func, NULL, class)`` 호출을 대체합니다."
3231

3332
#: ../../c-api/method.rst:17
@@ -48,13 +47,12 @@ msgstr ""
4847
"변수는 ``NULL``\\이 아니어야 합니다. 이 함수는 항상 성공합니다."
4948

5049
#: ../../c-api/method.rst:30
51-
#, fuzzy
5250
msgid ""
5351
"Return a new instance method object, with *func* being any callable "
5452
"object. *func* is the function that will be called when the instance "
5553
"method is called."
5654
msgstr ""
57-
"새 인스턴스 메서드 객체를 반환합니다. *func*\\는 임의의 콜러블 객체인데, *func*\\는 인스턴스 메서드가 호출될 때 "
55+
"새 인스턴스 메서드 객체를 반환합니다. *func*\\는 임의의 콜러블 객체입니다. *func*\\는 인스턴스 메서드가 호출될 때 "
5856
"호출될 함수입니다."
5957

6058
#: ../../c-api/method.rst:37
@@ -123,19 +121,16 @@ msgid "Macro version of :c:func:`PyMethod_Self` which avoids error checking."
123121
msgstr "오류 검사를 피하는 :c:func:`PyMethod_Self`\\의 매크로 버전."
124122

125123
#: ../../c-api/method.rst:8 ../../c-api/method.rst:50
126-
#, fuzzy
127124
msgid "object"
128-
msgstr "메서드 객체"
125+
msgstr ""
129126

130127
#: ../../c-api/method.rst:8
131-
#, fuzzy
132128
msgid "instancemethod"
133-
msgstr "인스턴스 메서드 객체"
129+
msgstr ""
134130

135131
#: ../../c-api/method.rst:50
136-
#, fuzzy
137132
msgid "method"
138-
msgstr "메서드 객체"
133+
msgstr ""
139134

140135
#: ../../c-api/method.rst:59
141136
msgid "MethodType (in module types)"

0 commit comments

Comments
 (0)