|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
| 7 | +# python-doc bot, 2025 |
8 | 8 | # |
9 | 9 | #, fuzzy |
10 | 10 | msgid "" |
11 | 11 | msgstr "" |
12 | 12 | "Project-Id-Version: Python 3.14\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-05-09 14:19+0000\n" |
15 | | -"PO-Revision-Date: 2025-07-18 18:48+0000\n" |
16 | | -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n" |
| 14 | +"POT-Creation-Date: 2025-09-07 14:14+0000\n" |
| 15 | +"PO-Revision-Date: 2025-08-02 17:33+0000\n" |
| 16 | +"Last-Translator: python-doc bot, 2025\n" |
17 | 17 | "Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/ru/)\n" |
18 | 18 | "MIME-Version: 1.0\n" |
19 | 19 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -701,9 +701,9 @@ msgstr "" |
701 | 701 |
|
702 | 702 | #: ../../faq/programming.rst:457 |
703 | 703 | msgid "" |
704 | | -"After the call to :meth:`!append`, the content of the mutable object has " |
705 | | -"changed from ``[]`` to ``[10]``. Since both the variables refer to the same" |
706 | | -" object, using either name accesses the modified value ``[10]``." |
| 704 | +"After the call to :meth:`~sequence.append`, the content of the mutable " |
| 705 | +"object has changed from ``[]`` to ``[10]``. Since both the variables refer " |
| 706 | +"to the same object, using either name accesses the modified value ``[10]``." |
707 | 707 | msgstr "" |
708 | 708 |
|
709 | 709 | #: ../../faq/programming.rst:461 |
@@ -2145,8 +2145,9 @@ msgid "" |
2145 | 2145 | "an :meth:`~object.__iadd__` magic method, it gets called when the ``+=`` " |
2146 | 2146 | "augmented assignment is executed, and its return value is what gets used in " |
2147 | 2147 | "the assignment statement; and (b) for lists, :meth:`!__iadd__` is equivalent" |
2148 | | -" to calling :meth:`!extend` on the list and returning the list. That's why " |
2149 | | -"we say that for lists, ``+=`` is a \"shorthand\" for :meth:`!list.extend`::" |
| 2148 | +" to calling :meth:`~sequence.extend` on the list and returning the list. " |
| 2149 | +"That's why we say that for lists, ``+=`` is a \"shorthand\" for " |
| 2150 | +":meth:`list.extend`::" |
2150 | 2151 | msgstr "" |
2151 | 2152 |
|
2152 | 2153 | #: ../../faq/programming.rst:1404 |
|
0 commit comments