We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ace37 commit d30346eCopy full SHA for d30346e
tutorial/modules.po
@@ -252,6 +252,10 @@ msgid ""
252
"file named :file:`spam.py` in a list of directories given by the variable :"
253
"data:`sys.path`. :data:`sys.path` is initialized from these locations:"
254
msgstr ""
255
+"Kiedy importowany jest moduł o nazwie :mod:`spam`, interpreter najpierw "
256
+"szuka wbudowanego modułu o takiej nazwie. Jeśli nie znajdzie, wtedy szuka "
257
+"pliku o nazwie :file:`spam.py` na liście katalogów danych w zmiennej :data:"
258
+"`sys.path`. :data:`sys.path` jest inicjalizowane z tych lokalizacji:"
259
260
msgid ""
261
"The directory containing the input script (or the current directory when no "
0 commit comments