|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
| 8 | +# Gnevich <and.vareba81@gmail.com>, 2025 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.14\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-11-07 14:15+0000\n" |
| 15 | +"POT-Creation-Date: 2025-11-27 14:15+0000\n" |
15 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" |
16 | | -"Last-Translator: python-doc bot, 2025\n" |
| 17 | +"Last-Translator: Gnevich <and.vareba81@gmail.com>, 2025\n" |
17 | 18 | "Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n" |
18 | 19 | "MIME-Version: 1.0\n" |
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -130,17 +131,17 @@ msgstr "" |
130 | 131 | msgid "Other Iterator Objects" |
131 | 132 | msgstr "" |
132 | 133 |
|
133 | | -#: ../../c-api/iterator.rst:112 |
| 134 | +#: ../../c-api/iterator.rst:113 |
134 | 135 | msgid "Type objects for iterators of various built-in objects." |
135 | 136 | msgstr "" |
136 | 137 |
|
137 | | -#: ../../c-api/iterator.rst:114 |
| 138 | +#: ../../c-api/iterator.rst:115 |
138 | 139 | msgid "" |
139 | 140 | "Do not create instances of these directly; prefer calling " |
140 | 141 | ":c:func:`PyObject_GetIter` instead." |
141 | 142 | msgstr "" |
142 | 143 |
|
143 | | -#: ../../c-api/iterator.rst:117 |
| 144 | +#: ../../c-api/iterator.rst:118 |
144 | 145 | msgid "" |
145 | 146 | "Note that there is no guarantee that a given built-in type uses a given " |
146 | 147 | "iterator type. For example, iterating over :class:`range` will use one of " |
|
0 commit comments