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"
21
21
msgstr "이터레이터 객체"
22
22
23
23
#: ../../c-api/iterator.rst:8
24
- #, fuzzy
25
24
msgid ""
26
25
"Python provides two general-purpose iterator objects. The first, a "
27
26
"sequence iterator, works with an arbitrary sequence supporting the "
28
27
":meth:`~object.__getitem__` method. The second works with a callable "
29
28
"object and a sentinel value, calling the callable for each item in the "
30
29
"sequence, and ending the iteration when the sentinel value is returned."
31
30
msgstr ""
32
- "파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`__getitem__` 메서드를 "
33
- "지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에 대해 "
34
- "콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
31
+ "파이썬은 두 개의 범용 이터레이터 객체를 제공합니다. 첫째, 시퀀스 이터레이터는 :meth:`~object. __getitem__` "
32
+ "메서드를 지원하는 임의의 시퀀스와 작동합니다. 둘째는 콜러블 객체와 종료 신호(sentinel) 값을 사용하고, 시퀀스의 각 항목에"
33
+ " 대해 콜러블을 호출하고, 종료 신호 값이 반환될 때 이터레이션을 종료합니다."
35
34
36
35
#: ../../c-api/iterator.rst:17
37
36
msgid ""
You can’t perform that action at this time.
0 commit comments