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 ""
132
132
"for that matter). The imported module names are placed in the importing "
133
133
"module's global symbol table."
134
134
msgstr ""
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."
135
139
136
140
msgid ""
137
141
"There is a variant of the :keyword:`import` statement that imports names "
138
142
"from a module directly into the importing module's symbol table. For "
139
143
"example::"
140
144
msgstr ""
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::"
141
147
142
148
msgid ""
143
149
"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