@@ -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-05-11 19:07 +0000\n "
14+ "POT-Creation-Date : 2024-05-24 14:49 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:34+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 "
@@ -75,12 +75,16 @@ msgid ""
7575"The :meth:`str.format` method of strings requires more manual effort. "
7676"You'll still use ``{`` and ``}`` to mark where a variable will be "
7777"substituted and can provide detailed formatting directives, but you'll also "
78- "need to provide the information to be formatted."
78+ "need to provide the information to be formatted. In the following code block "
79+ "there are two examples of how to format variables:"
80+ msgstr ""
81+
82+ msgid ""
83+ "Notice how the ``yes_votes`` are padded with spaces and a negative sign only "
84+ "for negative numbers. The example also prints ``percentage`` multiplied by "
85+ "100, with 2 decimal places and followed by a percent sign (see :ref:"
86+ "`formatspec` for details)."
7987msgstr ""
80- "Metoda :meth:`str.format` ciągów znaków wymaga większego ręcznego wysiłku. "
81- "Nadal będziesz używał(a) ``{`` i ``}`` do zaznaczenia gdzie zmienna zostanie "
82- "podstawiona i możesz podać dokładne dyrektywy formatowania, ale będziesz "
83- "musiał(a) podać również informacje do sformatowania."
8488
8589msgid ""
8690"Finally, you can do all the string handling yourself by using string slicing "
@@ -242,10 +246,8 @@ msgstr ""
242246
243247msgid ""
244248"This is particularly useful in combination with the built-in function :func:"
245- "`vars`, which returns a dictionary containing all local variables. "
249+ "`vars`, which returns a dictionary containing all local variables:: "
246250msgstr ""
247- "Jest to szczególnie przydatne w połączeniu z wbudowaną funkcją :func:`vars`, "
248- "która zwraca słownik zawierający wszystkie zmienne lokalne."
249251
250252msgid ""
251253"As an example, the following lines produce a tidily aligned set of columns "
0 commit comments