mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
This commit is contained in:
parent
e4be9be99a
commit
8675115e5f
46 changed files with 958 additions and 60 deletions
|
@ -82,7 +82,7 @@ The following table lists the meaning of the local and global name
|
|||
space for various types of code blocks. The name space for a
|
||||
particular module is automatically created when the module is first
|
||||
referenced. Note that in almost all cases, the global name space is
|
||||
the name space of the containing module -- scopes in Python do not
|
||||
the name space of the containing module --- scopes in Python do not
|
||||
nest!
|
||||
|
||||
\begin{center}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue