@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2022-12-05 16:16 +0000\n "
14+ "POT-Creation-Date : 2022-12-06 16:17 +0000\n "
1515"PO-Revision-Date : 2021-06-28 01:05+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -264,7 +264,7 @@ msgid ""
264264msgstr ""
265265
266266msgid ""
267- "Returns the Enum member in *cls* matching *name*, or raises an :exc:"
267+ "Returns the Enum member in *cls* matching *name*, or raises a :exc:"
268268"`KeyError`::"
269269msgstr ""
270270
@@ -290,7 +290,7 @@ msgid "Enum member values"
290290msgstr ""
291291
292292msgid ""
293- "Member values can be anything: :class:`int`, :class:`str`, etc.. If the "
293+ "Member values can be anything: :class:`int`, :class:`str`, etc. If the "
294294"exact value is unimportant you may use :class:`auto` instances and an "
295295"appropriate value will be chosen for you. See :class:`auto` for the details."
296296msgstr ""
@@ -357,14 +357,14 @@ msgstr ""
357357msgid "start"
358358msgstr ""
359359
360- msgid "The first integer value for the Enum (used by :class:`auto`)"
360+ msgid "The first integer value for the Enum (used by :class:`auto`). "
361361msgstr ""
362362
363363msgid "boundary"
364364msgstr ""
365365
366366msgid ""
367- "How to handle out-of-range values from bit operations (:class:`Flag` only)"
367+ "How to handle out-of-range values from bit operations (:class:`Flag` only). "
368368msgstr ""
369369
370370msgid ""
@@ -420,7 +420,7 @@ msgstr ""
420420
421421msgid ""
422422"Returns the string used for *format()* and *f-string* calls. By default, "
423- "returns :meth:`__str__` returns , but can be overridden::"
423+ "returns :meth:`__str__` return value , but can be overridden::"
424424msgstr ""
425425
426426msgid ""
@@ -553,7 +553,7 @@ msgid ""
553553msgstr ""
554554
555555msgid ""
556- "Inversion of a :class:`!IntFlag` now returns a positive value that is the "
556+ "Inversion of an :class:`!IntFlag` now returns a positive value that is the "
557557"union of all flags not in the given flag, rather than a negative value. This "
558558"matches the existing :class:`Flag` behavior."
559559msgstr ""
@@ -570,7 +570,7 @@ msgid ":meth:`!str.__str__` for :class:`StrEnum`"
570570msgstr ""
571571
572572msgid ""
573- "Inherit from :class:`!ReprEnum` to keep the :class:`str() <str> / :func:"
573+ "Inherit from :class:`!ReprEnum` to keep the :class:`str() <str>` / :func:"
574574"`format` of the mixed-in data type instead of using the :class:`Enum`-"
575575"default :meth:`str() <Enum.__str__>`."
576576msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
590590
591591msgid ""
592592"Ensure that any flag groups/masks contain only named flags -- useful when "
593- "values are specified instead of being generated by :func:`auto`"
593+ "values are specified instead of being generated by :func:`auto`:: "
594594msgstr ""
595595
596596msgid ""
0 commit comments