We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b29ea commit eae669fCopy full SHA for eae669f
c-api/descriptor.po
@@ -32,12 +32,11 @@ msgid "The type object for the built-in descriptor types."
32
msgstr "내장 디스크립터 형들을 위한 형 객체."
33
34
#: ../../c-api/descriptor.rst:35
35
-#, fuzzy
36
msgid ""
37
"Return non-zero if the descriptor objects *descr* describes a data "
38
"attribute, or ``0`` if it describes a method. *descr* must be a "
39
"descriptor object; there is no error checking."
40
msgstr ""
41
-"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 참을 반환하고, 메서드를 기술하면 거짓을 돌려줍니다. "
42
-"*descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."
+"디스크립터 객체 *descr*\\가 데이터 어트리뷰트를 기술하고 있으면 0이 아닌 값을 반환하고, 메서드를 기술하면 ``0``\\을"
+" 돌려줍니다. *descr*\\는 디스크립터 객체여야 합니다; 오류 검사는 없습니다."
43
0 commit comments