Skip to content

Commit 0dae612

Browse files
committed
#1052 - remove fuzzy flags
1 parent c61801a commit 0dae612

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

c-api/sequence.po

+3-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ msgid "Sequence Protocol"
2121
msgstr "시퀀스 프로토콜"
2222

2323
#: ../../c-api/sequence.rst:11
24-
#, fuzzy
2524
msgid ""
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."
3130
msgstr ""
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
3837
msgid ""
@@ -106,7 +105,6 @@ msgstr ""
106105
" *않습니다*."
107106

108107
#: ../../c-api/sequence.rst:72
109-
#, fuzzy
110108
msgid ""
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 ""
215213
msgstr "CPython 구현 세부 사항으로, *o*\\가 이미 시퀀스나 리스트면, 반환됩니다."
216214

217215
#: ../../c-api/sequence.rst:148
218-
#, fuzzy
219216
msgid ""
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

Comments
 (0)