File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,16 @@ msgid "Iterator Objects"
2121msgstr "이터레이터 객체"
2222
2323#: ../../c-api/iterator.rst:8
24- #, fuzzy
2524msgid ""
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."
3130msgstr ""
32- "파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`__getitem__` 메서드를 "
33- "지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에 대해 "
34- "콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
31+ "파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`~object. __getitem__` "
32+ "메서드를 지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에"
33+ " 대해 콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
3534
3635#: ../../c-api/iterator.rst:17
3736msgid ""
You can’t perform that action at this time.
0 commit comments