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β€Ž

Lines changed: 5 additions & 10 deletions
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)