1 parent cf0785b commit 6cbe606Copy full SHA for 6cbe606
1 file changed
glossary.po
@@ -1301,7 +1301,7 @@ msgstr ""
1301
1302
#: ../../glossary.rst:507
1303
msgid "exhausted"
1304
-msgstr ""
+msgstr "erschöpft"
1305
1306
#: ../../glossary.rst:509
1307
msgid ""
@@ -1310,6 +1310,10 @@ msgid ""
1310
"func:`next`) raise :exc:`StopIteration` (or :exc:`StopAsyncIteration` in the "
1311
"case of an :term:`asynchronous iterator`)."
1312
msgstr ""
1313
+"Ein :term:`iterator`, der alle seine Werte produziert hat, wird als "
1314
+":dfn:`exhausted` bezeichnet. Weitere Versuche, den nächsten Wert abzurufen "
1315
+"(zum Beispiel Aufrufe von :func:`next`), lösen :exc:`StopIteration` aus "
1316
+"(bzw. :exc:`StopAsyncIteration` im Fall eines :term:`asynchronous iterator`)."
1317
1318
#: ../../glossary.rst:515
1319
msgid "expression"
0 commit comments