Skip to content

Commit 92ccbcd

Browse files
committed
#1066 - remove fuzzy flags
1 parent e37e72d commit 92ccbcd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

c-api/iterator.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ msgid "Iterator Objects"
2121
msgstr "이터레이터 객체"
2222

2323
#: ../../c-api/iterator.rst:8
24-
#, fuzzy
2524
msgid ""
2625
"Python provides two general-purpose iterator objects. The first, a "
2726
"sequence iterator, works with an arbitrary sequence supporting the "
2827
":meth:`~object.__getitem__` method. The second works with a callable "
2928
"object and a sentinel value, calling the callable for each item in the "
3029
"sequence, and ending the iteration when the sentinel value is returned."
3130
msgstr ""
32-
"파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`__getitem__` 메서드를 "
33-
"지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에 대해 "
34-
"콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
31+
"파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`~object.__getitem__` "
32+
"메서드를 지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에"
33+
" 대해 콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
3534

3635
#: ../../c-api/iterator.rst:17
3736
msgid ""

0 commit comments

Comments
 (0)