File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ msgstr ":mod:`!zipimport` --- Εισαγωγή ενοτήτων από αρχε
2424
2525#: library/zipimport.rst:9
2626msgid "**Source code:** :source:`Lib/zipimport.py`"
27- msgstr ""
27+ msgstr "**Πηγαίος κώδικας:** :source:`Lib/zipimport.py` "
2828
2929#: library/zipimport.rst:13
3030msgid ""
3131"This module adds the ability to import Python modules (:file:`\\ *.py`, :file:"
32- "`\\ *.pyc`) It is usually not needed to use the zipimport module explicitly; "
33- "it is automatically used by the built-in :keyword:`import` mechanism for :"
34- "data:`sys.path` items that are paths to ZIP archives."
32+ "`\\ *.pyc`) and packages from ZIP-format archives. It is usually not needed "
33+ "to use the :mod:`zipimport` module explicitly; it is automatically used by "
34+ "the built-in :keyword:`import` mechanism for :data:`sys.path` items that are "
35+ "paths to ZIP archives."
3536msgstr ""
3637"Αυτή η ενότητα προσθέτει τη δυνατότητα εισαγωγής Python modules (:file:`\\ *."
3738"py`, :file:`\\ *.pyc`) και πακέτα από αρχεία σε μορφή ZIP. Συνήθως δεν είναι "
You can’t perform that action at this time.
0 commit comments