File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 66.64 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-66.64 %25-0.svg )
18+ ![ 66.74 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-66.74 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.61%25-0.svg )
2020![ 23 tłumaczy] ( https://img.shields.io/badge/tłumaczy-23-0.svg )
2121<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-09-27 14:17+0000\n "
14+ "POT-Creation-Date : 2024-10-18 14:17+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:47+0000\n "
1616"Last-Translator : Waldemar Stoczkowski, 2024\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -592,14 +592,19 @@ msgid ""
592592"object is a parameterless function that returns a new instance of the class. "
593593"For example (assuming the above class)::"
594594msgstr ""
595+ "*Instancjonowanie* klasy używa notacji funkcji. Wystarczy udawać, że obiekt "
596+ "klasy jest bezparametrową funkcja, która zwraca nową instancję klasy. Na "
597+ "przykład (zakładając powyższą klasę)::"
595598
596599msgid "x = MyClass()"
597- msgstr ""
600+ msgstr "x = MyClass() "
598601
599602msgid ""
600603"creates a new *instance* of the class and assigns this object to the local "
601604"variable ``x``."
602605msgstr ""
606+ "tworzy nową *instancję* klasy i przypisuje ten obiekt do zmiennej lokalnej "
607+ "``x``."
603608
604609msgid ""
605610"The instantiation operation (\" calling\" a class object) creates an empty "
You can’t perform that action at this time.
0 commit comments