@@ -181,16 +181,15 @@ msgstr ""
181181"결괏값에서 조회할 수 있습니다."
182182
183183#: ../Doc/c-api/long.rst:133 ../Doc/c-api/long.rst:152
184- #, fuzzy
185184msgid ""
186185"Return a C :c:type:`long` representation of *obj*. If *obj* is not an "
187186"instance of :c:type:`PyLongObject`, first call its :meth:`__index__` or "
188187":meth:`__int__` method (if present) to convert it to a "
189188":c:type:`PyLongObject`."
190189msgstr ""
191190"*obj*\\ 의 C :c:type:`long` 표현을 반환합니다. *obj*\\ 가 :c:type:`PyLongObject`\\ 의 "
192- "인스턴스가 아니면, (있다면) 먼저 :meth:`__int__` 메서드를 호출하여 :c:type:`PyLongObject` \\ 로 "
193- "변환합니다."
191+ "인스턴스가 아니면, (있다면) 먼저 :meth:`__index__` \\ 나 :meth:`__int__` 메서드를 호출하여 "
192+ ":c:type:`PyLongObject` \\ 로 변환합니다."
194193
195194#: ../Doc/c-api/long.rst:138 ../Doc/c-api/long.rst:181
196195msgid ""
@@ -208,13 +207,13 @@ msgstr "에러 시 ``-1``\\을 반환합니다. 모호성을 제거하려면 :c:
208207#: ../Doc/c-api/long.rst:186 ../Doc/c-api/long.rst:209
209208#: ../Doc/c-api/long.rst:294 ../Doc/c-api/long.rst:314
210209msgid "Use :meth:`__index__` if available."
211- msgstr ""
210+ msgstr "사용할 수 있으면 :meth:`__index__` \\ 를 사용합니다. "
212211
213212#: ../Doc/c-api/long.rst:146 ../Doc/c-api/long.rst:167
214213#: ../Doc/c-api/long.rst:189 ../Doc/c-api/long.rst:212
215214#: ../Doc/c-api/long.rst:297 ../Doc/c-api/long.rst:317
216215msgid "Using :meth:`__int__` is deprecated."
217- msgstr ""
216+ msgstr ":meth:`__int__` 사용은 폐지되었습니다. "
218217
219218#: ../Doc/c-api/long.rst:157
220219msgid ""
@@ -229,16 +228,15 @@ msgstr ""
229228"설정하고 ``-1``\\ 을 평소와 같이 반환합니다."
230229
231230#: ../Doc/c-api/long.rst:176 ../Doc/c-api/long.rst:195
232- #, fuzzy
233231msgid ""
234232"Return a C :c:type:`long long` representation of *obj*. If *obj* is not "
235233"an instance of :c:type:`PyLongObject`, first call its :meth:`__index__` "
236234"or :meth:`__int__` method (if present) to convert it to a "
237235":c:type:`PyLongObject`."
238236msgstr ""
239237"*obj*\\ 의 C :c:type:`long long` 표현을 반환합니다. *obj*\\ 가 "
240- ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__int__` 메서드를 호출하여 "
241- ":c:type:`PyLongObject`\\ 로 변환합니다."
238+ ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__index__` \\ 나 "
239+ ":meth:`__int__` 메서드를 호출하여 : c:type:`PyLongObject`\\ 로 변환합니다."
242240
243241#: ../Doc/c-api/long.rst:200
244242msgid ""
@@ -346,16 +344,15 @@ msgid "A negative *pylong* now raises :exc:`OverflowError`, not :exc:`TypeError`
346344msgstr "음의 *pylong*\\ 는 이제 :exc:`TypeError`\\ 가 아니라 :exc:`OverflowError`\\ 를 발생시킵니다."
347345
348346#: ../Doc/c-api/long.rst:283
349- #, fuzzy
350347msgid ""
351348"Return a C :c:type:`unsigned long` representation of *obj*. If *obj* is "
352349"not an instance of :c:type:`PyLongObject`, first call its "
353350":meth:`__index__` or :meth:`__int__` method (if present) to convert it to"
354351" a :c:type:`PyLongObject`."
355352msgstr ""
356353"*obj*\\ 의 C :c:type:`unsigned long` 표현을 반환합니다. *obj*\\ 가 "
357- ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__int__` 메서드를 호출하여 "
358- ":c:type:`PyLongObject`\\ 로 변환합니다."
354+ ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__index__` \\ 나 "
355+ ":meth:`__int__` 메서드를 호출하여 : c:type:`PyLongObject`\\ 로 변환합니다."
359356
360357#: ../Doc/c-api/long.rst:288
361358msgid ""
@@ -374,16 +371,15 @@ msgstr ""
374371":c:func:`PyErr_Occurred`\\ 를 사용하십시오."
375372
376373#: ../Doc/c-api/long.rst:303
377- #, fuzzy
378374msgid ""
379375"Return a C :c:type:`unsigned long long` representation of *obj*. If "
380376"*obj* is not an instance of :c:type:`PyLongObject`, first call its "
381377":meth:`__index__` or :meth:`__int__` method (if present) to convert it to"
382378" a :c:type:`PyLongObject`."
383379msgstr ""
384380"*obj*\\ 의 C :c:type:`unsigned long long` 표현을 반환합니다. *obj*\\ 가 "
385- ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__int__` 메서드를 호출하여 "
386- ":c:type:`PyLongObject`\\ 로 변환합니다."
381+ ":c:type:`PyLongObject`\\ 의 인스턴스가 아니면, (있다면) 먼저 :meth:`__index__` \\ 나 "
382+ ":meth:`__int__` 메서드를 호출하여 : c:type:`PyLongObject`\\ 로 변환합니다."
387383
388384#: ../Doc/c-api/long.rst:308
389385msgid ""
0 commit comments