File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ msgid ""
4444"interpreter is invoked, it is useful to have a notion of a complete Python "
4545"program. A complete Python program is executed in a minimally initialized "
4646"environment: all built-in and standard modules are available, but none have "
47- "been initialized, except for :mod:`sys` (various system "
48- "services), :mod: `builtins` (built-in functions, exceptions and ``None``) "
49- "and :mod: `__main__`. The latter is used to provide the local and global "
50- "namespace for execution of the complete program."
47+ "been initialized, except for :mod:`sys` (various system services), :mod: "
48+ "`builtins` (built-in functions, exceptions and ``None``) and :mod: "
49+ "`__main__`. The latter is used to provide the local and global namespace "
50+ "for execution of the complete program."
5151msgstr ""
5252"Αν και μια προδιαγραφή γλώσσας δεν χρειάζεται να ορίζει τον τρόπο κλήσης του "
5353"διερμηνέα της γλώσσας, είναι χρήσιμο να υπάρχει η έννοια ενός πλήρους Python "
You can’t perform that action at this time.
0 commit comments