@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-09-13 14:48+0000\n "
14+ "POT-Creation-Date : 2024-10-11 14:48+0000\n "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -122,16 +122,16 @@ msgid ""
122122msgstr ""
123123
124124msgid ""
125- "The module's :attr:`__spec__` and :attr:`__loader__` will be set, if not set "
126- "already, with the appropriate values. The spec's loader will be set to the "
127- "module's `` __loader__`` (if set) and to an instance of :class:`~importlib. "
128- "machinery.SourceFileLoader` otherwise."
125+ "The module's :attr:`~module. __spec__` and :attr:`~module. __loader__` will be "
126+ "set, if not set already, with the appropriate values. The spec's loader "
127+ "will be set to the module's :attr:`! __loader__` (if set) and to an instance "
128+ "of :class:`~importlib. machinery.SourceFileLoader` otherwise."
129129msgstr ""
130130
131131msgid ""
132- "The module's :attr:`__file__` attribute will be set to the code object's : "
133- "attr:`~codeobject.co_filename`. If applicable, :attr:`__cached__` will also "
134- "be set."
132+ "The module's :attr:`~module. __file__` attribute will be set to the code "
133+ "object's : attr:`~codeobject.co_filename`. If applicable, :attr:`~module. "
134+ "__cached__` will also be set."
135135msgstr ""
136136
137137msgid ""
@@ -150,27 +150,27 @@ msgid ""
150150msgstr ""
151151
152152msgid ""
153- "The setting of :attr:`__cached__` and :attr:`__loader__` is deprecated. See : "
154- "class:`~importlib.machinery.ModuleSpec` for alternatives."
153+ "The setting of :attr:`~module. __cached__` and :attr:`~module. __loader__` is "
154+ "deprecated. See : class:`~importlib.machinery.ModuleSpec` for alternatives."
155155msgstr ""
156156
157157msgid ""
158- "Like :c:func:`PyImport_ExecCodeModule`, but the :attr:`__file__` attribute "
159- "of the module object is set to *pathname* if it is non-``NULL``."
158+ "Like :c:func:`PyImport_ExecCodeModule`, but the :attr:`~module. __file__` "
159+ "attribute of the module object is set to *pathname* if it is non-``NULL``."
160160msgstr ""
161161
162162msgid "See also :c:func:`PyImport_ExecCodeModuleWithPathnames`."
163163msgstr ""
164164
165165msgid ""
166- "Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`__cached__` "
166+ "Like :c:func:`PyImport_ExecCodeModuleEx`, but the :attr:`~module. __cached__` "
167167"attribute of the module object is set to *cpathname* if it is non-``NULL``. "
168168"Of the three functions, this is the preferred one to use."
169169msgstr ""
170170
171171msgid ""
172- "Setting :attr:`__cached__` is deprecated. See :class:`~importlib.machinery ."
173- "ModuleSpec` for alternatives."
172+ "Setting :attr:`~module. __cached__` is deprecated. See :class:`~importlib."
173+ "machinery. ModuleSpec` for alternatives."
174174msgstr ""
175175
176176msgid ""
0 commit comments