10000 #1057 - remove fuzzy flags · python/python-docs-ko@ea6eedc · GitHub
[go: up one dir, main page]

Skip to content

Commit ea6eedc

Browse files
committed
#1057 - remove fuzzy flags
1 parent df52eba commit ea6eedc

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

c-api/none.po

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ msgid "The ``None`` Object"
2222
msgstr "``None`` 객체"
2323

2424
#: ../../c-api/none.rst:10
25-
#, fuzzy
2625
msgid ""
2726
"Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed"
2827
" in the Python/C API. Since ``None`` is a singleton, testing for object "
@@ -31,16 +30,13 @@ msgid ""
3130
msgstr ""
3231
"``None``\\에 대한 :c:type:`PyTypeObject`\\는 파이썬/C API에서 직접 노출되지 않습니다. "
3332
"``None``\\은 싱글톤이기 때문에 (C에서 ``==``\\를 사용해서) 객체 아이덴티티를 검사하는 것으로 충분합니다. 같은 "
34-
"이유로 :c:func:`PyNone_Check` 함수가 없습니다."
33+
"이유로 :c:func:`!PyNone_Check` 함수가 없습니다."
3534

3635
#: ../../c-api/none.rst:18
37-
#, fuzzy
3836
msgid ""
3937
"The Python ``None`` object, denoting lack of value. This object has no "
4038
"methods and is :term:`immortal`."
41-
msgstr ""
42-
"값의 부재를 나타내는 파이썬 ``None`` 객체입니다. 이 객체에는 메서드가 없습니다. 참조 횟수와 관련하여 다른 객체와 "
43-
"마찬가지로 처리해야 합니다."
39+
msgstr "값의 부재를 나타내는 파이썬 ``None`` 객체입니다. 이 객체는 메서드가 없고 :term:`불멸 <immortal>`\\입니다."
4440

4541
#: ../../c-api/none.rst:21
4642
msgid ":c:data:`Py_None` is :term:`immortal`."
@@ -58,13 +54,3 @@ msgstr ""
5854
msgid "None"
5955
msgstr ""
6056

61-
#~ msgid ""
62-
#~ "Properly handle returning :c:data:`Py_None` "
63-
#~ "from within a C function (that is,"
64-
#~ " increment the reference count of "
65-
#~ "``None`` and return it.)"
66-
#~ msgstr ""
67-
#~ "C 함수 내에서 :c:data:`Py_None`\\를 반환하는 것을"
68-
#~ " 올바르게 처리합니다 (즉, ``None``\\의 참조 횟수를"
69-
#~ " 증가시키고 반환합니다)."
70-

0 commit comments

Comments
 (0)
0