mirror of https://github.com/python/cpython.git
#6725: spell "namespace" consistently.
This commit is contained in:
parent
87296628f1
commit
0cfbd65975
|
@ -50,8 +50,8 @@ need for two different argument passing mechanisms as in Pascal.
|
|||
|
||||
.. _tut-scopes:
|
||||
|
||||
Python Scopes and Name Spaces
|
||||
=============================
|
||||
Python Scopes and Namespaces
|
||||
============================
|
||||
|
||||
Before introducing classes, I first have to tell you something about Python's
|
||||
scope rules. Class definitions play some neat tricks with namespaces, and you
|
||||
|
|
Loading…
Reference in New Issue