File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -471,15 +471,20 @@ msgid ""
471471"Note that using a module is also the basis for implementing the singleton "
472472"design pattern, for the same reason."
473473msgstr ""
474+ "Należy pamiętać, że używanie modułu jest również podstawą implementacji "
475+ "wzorca projektowego singleton, z tego samego powodu."
474476
475477msgid "What are the \" best practices\" for using import in a module?"
476- msgstr ""
478+ msgstr "Jakie są „najlepsze praktyki” dotyczące używania import w module? "
477479
478480msgid ""
479481"In general, don't use ``from modulename import *``. Doing so clutters the "
480482"importer's namespace, and makes it much harder for linters to detect "
481483"undefined names."
482484msgstr ""
485+ "Ogólnie rzecz biorąc, nie należy używać from modulename import *. Powoduje "
486+ "to zaśmiecanie przestrzeni nazw importującego modułu i znacznie utrudnia "
487+ "narzędziom lintującym wykrywanie niezdefiniowanych nazw."
483488
484489msgid ""
485490"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