@@ -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-09-27 14:50 +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 "
@@ -1050,14 +1050,14 @@ msgstr ""
10501050msgid ""
10511051"For :ref:`statically allocated type objects <static-types>`, the *tp_name* "
10521052"field should contain a dot. Everything before the last dot is made "
1053- "accessible as the :attr:`__module__` attribute, and everything after the "
1054- "last dot is made accessible as the :attr:`~definition .__name__` attribute."
1053+ "accessible as the :attr:`~type. __module__` attribute, and everything after "
1054+ "the last dot is made accessible as the :attr:`~type .__name__` attribute."
10551055msgstr ""
10561056
10571057msgid ""
10581058"If no dot is present, the entire :c:member:`~PyTypeObject.tp_name` field is "
1059- "made accessible as the :attr:`~definition .__name__` attribute, and the :attr:"
1060- "`__module__` attribute is undefined (unless explicitly set in the "
1059+ "made accessible as the :attr:`~type .__name__` attribute, and the :attr:"
1060+ "`~type. __module__` attribute is undefined (unless explicitly set in the "
10611061"dictionary, as explained above). This means your type will be impossible to "
10621062"pickle. Additionally, it will not be listed in module documentations "
10631063"created with pydoc."
@@ -1627,7 +1627,7 @@ msgid ""
16271627msgstr ""
16281628
16291629msgid ""
1630- "This bit indicates that instances of the class have a `` __dict__` ` "
1630+ "This bit indicates that instances of the class have a `~object. __dict__` "
16311631"attribute, and that the space for the dictionary is managed by the VM."
16321632msgstr ""
16331633
@@ -1790,8 +1790,8 @@ msgstr ""
17901790
17911791msgid ""
17921792"An optional pointer to a NUL-terminated C string giving the docstring for "
1793- "this type object. This is exposed as the :attr:`__doc__` attribute on the "
1794- "type and instances of the type."
1793+ "this type object. This is exposed as the :attr:`~type. __doc__` attribute on "
1794+ "the type and instances of the type."
17951795msgstr ""
17961796
17971797msgid "This field is *not* inherited by subtypes."
@@ -2510,7 +2510,7 @@ msgid ""
25102510msgstr ""
25112511
25122512msgid ""
2513- "To get a list of subclasses, call the Python method :py:meth:`~class ."
2513+ "To get a list of subclasses, call the Python method :py:meth:`~type ."
25142514"__subclasses__`."
25152515msgstr ""
25162516
0 commit comments