File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-10-11 16:02 +0000\n "
14+ "POT-Creation-Date : 2024-10-18 16:00 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:23+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 "
@@ -31,7 +31,7 @@ msgid ""
3131"detail, and adds some new things as well."
3232msgstr ""
3333"Ten rozdział opisuje bardziej szczegółowo niektóre rzeczy, które już "
34- "poznaliście, oraz również wprowadza nowe elementy ."
34+ "poznaliście, a także dodaje kilka nowych ."
3535
3636msgid "More on Lists"
3737msgstr "Więcej na temat list"
@@ -40,7 +40,8 @@ msgid ""
4040"The list data type has some more methods. Here are all of the methods of "
4141"list objects:"
4242msgstr ""
43- "Typ danych listy ma kilka więcej metod. To wszystkie metody obiektów listy:"
43+ "Typ danych listy ma kilka dodatkowych metod. Poniżej znajdują się wszystkie "
44+ "metody obiektów typu listy:"
4445
4546msgid ""
4647"Add an item to the end of the list. Equivalent to ``a[len(a):] = [x]``."
You can’t perform that action at this time.
0 commit comments