@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2024-09-13 14:16 +0000\n "
15+ "POT-Creation-Date : 2024-10-11 14:17 +0000\n "
1616"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1717"Last-Translator : haaritsubaki, 2023\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -141,16 +141,16 @@ msgid ""
141141msgstr ""
142142
143143msgid ""
144- "The module's :attr:`__spec__` and :attr:`__loader__` will be set, if not set "
145- "already, with the appropriate values. The spec's loader will be set to the "
146- "module's `` __loader__`` (if set) and to an instance of :class:`~importlib. "
147- "machinery.SourceFileLoader` otherwise."
144+ "The module's :attr:`~module. __spec__` and :attr:`~module. __loader__` will be "
145+ "set, if not set already, with the appropriate values. The spec's loader "
146+ "will be set to the module's :attr:`! __loader__` (if set) and to an instance "
147+ "of :class:`~importlib. machinery.SourceFileLoader` otherwise."
148148msgstr ""
149149
150150msgid ""
151- "The module's :attr:`__file__` attribute will be set to the code object's : "
152- "attr:`~codeobject.co_filename`. If applicable, :attr:`__cached__` will also "
153- "be set."
151+ "The module's :attr:`~module. __file__` attribute will be set to the code "
152+ "object's : attr:`~codeobject.co_filename`. If applicable, :attr:`~module. "
153+ "__cached__` will also be set."
154154msgstr ""
155155
156156msgid ""
@@ -169,27 +169,27 @@ msgid ""
169169msgstr ""
170170
171171msgid ""
172- "The setting of :attr:`__cached__` and :attr:`__loader__` is deprecated. See : "
173- "class:`~importlib.machinery.ModuleSpec` for alternatives."
172+ "The setting of :attr:`~module. __cached__` and :attr:`~module. __loader__` is "
173+ "deprecated. See : class:`~importlib.machinery.ModuleSpec` for alternatives."
174174msgstr ""
175175
176176msgid ""
177- "Like :c:func:`PyImport_ExecCodeModule`, but the :attr:`__file__` attribute "
178- "of the module object is set to *pathname* if it is non-``NULL``."
177+ "Like :c:func:`PyImport_ExecCodeModule`, but the :attr:`~module. __file__` "
178+ "attribute of the module object is set to *pathname* if it is non-``NULL``."
179179msgstr ""
180180
181181msgid "See also :c:func:`PyImport_ExecCodeModuleWithPathnames`."
182182msgstr ""
183183
184184msgid ""
185- "Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`__cached__` "
185+ "Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`~module. __cached__` "
186186"attribute of the module object is set to *cpathname* if it is non-``NULL``. "
187187"Of the three functions, this is the preferred one to use."
188188msgstr ""
189189
190190msgid ""
191- "Setting :attr:`__cached__` is deprecated. See :class:`~importlib.machinery ."
192- "ModuleSpec` for alternatives."
191+ "Setting :attr:`~module. __cached__` is deprecated. See :class:`~importlib."
192+ "machinery. ModuleSpec` for alternatives."
193193msgstr ""
194194
195195msgid ""
0 commit comments