Skip to content

Commit eae669f

Browse files
committed
#1079 - remove fuzzy flags
1 parent 95b29ea commit eae669f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

c-api/descriptor.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@ msgid "The type object for the built-in descriptor types."
3232
msgstr "내장 디스크립터 형들을 위한 형 객체."
3333

3434
#: ../../c-api/descriptor.rst:35
35-
#, fuzzy
3635
msgid ""
3736
"Return non-zero if the descriptor objects *descr* describes a data "
3837
"attribute, or ``0`` if it describes a method. *descr* must be a "
3938
"descriptor object; there is no error checking."
4039
msgstr ""
41-
"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 참을 반환하고, 메서드를 기술하면 거짓을 돌려줍니다. "
42-
"*descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."
40+
"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 0이 아닌 값을 반환하고, 메서드를 기술하면 ``0``\\"
41+
" 돌려줍니다. *descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."
4342

0 commit comments

Comments
 (0)