Skip to content

Commit 60765a3

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 8fd8f46 commit 60765a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/toplevel_components.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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."
5151
msgstr ""
5252
"Αν και μια προδιαγραφή γλώσσας δεν χρειάζεται να ορίζει τον τρόπο κλήσης του "
5353
"διερμηνέα της γλώσσας, είναι χρήσιμο να υπάρχει η έννοια ενός πλήρους Python "

0 commit comments

Comments
 (0)