@@ -14,7 +14,7 @@ msgstr ""
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=utf-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
17- "Generated-By : Babel 2.5.1 \n "
17+ "Generated-By : Babel 2.7.0 \n "
1818
1919#: ../Doc/c-api/bool.rst:6
2020msgid "Boolean Objects"
@@ -27,8 +27,8 @@ msgid ""
2727"normal creation and deletion functions don't apply to booleans. The "
2828"following macros are available, however."
2929msgstr ""
30- "파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :const:`Py_False`\\ 와 :const:`Py_True`\\ 라는 두 개의 "
31- " 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 있습니다."
30+ "파이썬에서 불리언은 정수의 서브 클래스로 구현됩니다. :const:`Py_False`\\ 와 :const:`Py_True`\\ 라는 두"
31+ " 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 있습니다."
3232
3333#: ../Doc/c-api/bool.rst:16
3434msgid "Return true if *o* is of type :c:data:`PyBool_Type`."
@@ -38,30 +38,29 @@ msgstr "*o*\\가 :c:data:`PyBool_Type` 형이면 참을 돌려줍니다."
3838msgid ""
3939"The Python ``False`` object. This object has no methods. It needs to be"
4040" treated just like any other object with respect to reference counts."
41- msgstr ""
42- "파이썬 ``False`` 객체. 이 객체는 메서드가 없습니다. 참조 카운트와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
41+ msgstr "파이썬 ``False`` 객체. 이 객체는 메서드가 없습니다. 참조 횟수와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
4342
4443#: ../Doc/c-api/bool.rst:27
4544msgid ""
4645"The Python ``True`` object. This object has no methods. It needs to be "
4746"treated just like any other object with respect to reference counts."
48- msgstr ""
49- "파이썬 ``True`` 객체. 이 객체는 메서드가 없습니다. 참조 카운트와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
47+ msgstr "파이썬 ``True`` 객체. 이 객체는 메서드가 없습니다. 참조 횟수와 관련해서는 다른 객체와 마찬가지로 처리해야 합니다."
5048
5149#: ../Doc/c-api/bool.rst:33
5250msgid ""
5351"Return :const:`Py_False` from a function, properly incrementing its "
5452"reference count."
55- msgstr "함수에서 :const:`Py_False`\\ 를 반환하고, 참조 카운트를 적절하게 증가시킵니다."
53+ msgstr "함수에서 :const:`Py_False`\\ 를 반환하고, 참조 횟수를 적절하게 증가시킵니다."
5654
5755#: ../Doc/c-api/bool.rst:39
5856msgid ""
5957"Return :const:`Py_True` from a function, properly incrementing its "
6058"reference count."
61- msgstr "함수에서 :const:`Py_True`\\ 를 반환하고, 참조 카운트를 적절하게 증가시킵니다."
59+ msgstr "함수에서 :const:`Py_True`\\ 를 반환하고, 참조 횟수를 적절하게 증가시킵니다."
6260
6361#: ../Doc/c-api/bool.rst:45
6462msgid ""
6563"Return a new reference to :const:`Py_True` or :const:`Py_False` depending"
6664" on the truth value of *v*."
6765msgstr "*v*\\ 의 논리값에 따라 :const:`Py_True` 나 :const:`Py_False`\\ 에 대한 새 참조를 반환합니다."
66+
0 commit comments