@@ -21,7 +21,6 @@ msgid "Sequence Protocol"
2121msgstr "시퀀스 프로토콜"
2222
2323#: ../../c-api/sequence.rst:11
24- #, fuzzy
2524msgid ""
2625"Return ``1`` if the object provides the sequence protocol, and ``0`` "
2726"otherwise. Note that it returns ``1`` for Python classes with a "
@@ -30,9 +29,9 @@ msgid ""
3029"keys the class supports. This function always succeeds."
3130msgstr ""
3231"객체가 시퀀스 프로토콜을 제공하면 ``1``\\ 을 반환하고, 그렇지 않으면 ``0``\\ 을 반환합니다. "
33- ":meth:`__getitem__` 메서드가 있는 파이썬 클래스의 경우 :class:`dict` 서브 클래스가 아닌 한 "
34- "``1``\\ 을 반환하는 것에 유의하십시오. 일반적으로 어떤 형의 키를 지원하는지 판단할 수 없기 때문입니다. 이 함수는 항상 "
35- "성공합니다."
32+ ":meth:`~object. __getitem__` 메서드가 있는 파이썬 클래스의 경우 :class:`dict` 서브 클래스가 아닌 "
33+ "한 ``1``\\ 을 반환하는 것에 유의하십시오. 일반적으로 클래스가 어떤 형의 키를 지원하는지 판단할 수 없기 때문입니다. 이 "
34+ "함수는 항상 성공합니다."
3635
3736#: ../../c-api/sequence.rst:23
3837msgid ""
@@ -106,7 +105,6 @@ msgstr ""
106105" *않습니다*."
107106
108107#: ../../c-api/sequence.rst:72
109- #, fuzzy
110108msgid ""
111109"If *v* is ``NULL``, the element is deleted, but this feature is "
112110"deprecated in favour of using :c:func:`PySequence_DelItem`."
@@ -215,7 +213,6 @@ msgid ""
215213msgstr "CPython 구현 세부 사항으로, *o*\\ 가 이미 시퀀스나 리스트면, 반환됩니다."
216214
217215#: ../../c-api/sequence.rst:148
218- #, fuzzy
219216msgid ""
220217"Returns the length of *o*, assuming that *o* was returned by "
221218":c:func:`PySequence_Fast` and that *o* is not ``NULL``. The size can "
0 commit comments