File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
1414]]] -->
1515![ build] ( https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg )
16- ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-5.775 %25-0.svg )
16+ ![ Total Translation of Documentation] ( https://img.shields.io/badge/Total-5.779 %25-0.svg )
1717![ 6 Translators] ( https://img.shields.io/badge/Translators-6-0.svg )
1818<!-- [[[end]]] -->
1919
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ f'''''')
1414]]] -->
1515![ build] ( https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg )
16- ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-5.775 %25-0.svg )
16+ ![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-5.779 %25-0.svg )
1717![ 6 tłumaczy] ( https://img.shields.io/badge/tłumaczy-6-0.svg )
1818<!-- [[[end]]] -->
1919
Original file line number Diff line number Diff line change @@ -489,15 +489,20 @@ msgid ""
489489"Note that using a module is also the basis for implementing the singleton "
490490"design pattern, for the same reason."
491491msgstr ""
492+ "Należy pamiętać, że używanie modułu jest również podstawą implementacji "
493+ "wzorca projektowego singleton, z tego samego powodu."
492494
493495msgid "What are the \" best practices\" for using import in a module?"
494- msgstr ""
496+ msgstr "Jakie są „najlepsze praktyki” dotyczące używania import w module? "
495497
496498msgid ""
497499"In general, don't use ``from modulename import *``. Doing so clutters the "
498500"importer's namespace, and makes it much harder for linters to detect "
499501"undefined names."
500502msgstr ""
503+ "Ogólnie rzecz biorąc, nie należy używać from modulename import *. Powoduje "
504+ "to zaśmiecanie przestrzeni nazw importującego modułu i znacznie utrudnia "
505+ "narzędziom lintującym wykrywanie niezdefiniowanych nazw."
501506
502507msgid ""
503508"Import modules at the top of a file. Doing so makes it clear what other "
You can’t perform that action at this time.
0 commit comments