File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,18 @@ msgid ""
132132"for that matter). The imported module names are placed in the importing "
133133"module's global symbol table."
134134msgstr ""
135+ "Moduły mogą importować inne moduły. Zwyczajowo (nieobowiązkowo) umieszcza "
136+ "się wszystkie instrukcje :keyword:`import` na początku modułu (lub skryptu). "
137+ "Zaimportowane nazwy modułów są umieszczane w globalnej tablicy symboli "
138+ "modułu importującego."
135139
136140msgid ""
137141"There is a variant of the :keyword:`import` statement that imports names "
138142"from a module directly into the importing module's symbol table. For "
139143"example::"
140144msgstr ""
145+ "Istnieje wariant instrukcji :keyword:`import`, który importuje nazwy z "
146+ "modułu bezpośrednio do tablicy symboli modułu importującego. Na przykład::"
141147
142148msgid ""
143149"This does not introduce the module name from which the imports are taken in "
You can’t perform that action at this time.
0 commit comments