#6725: spell "namespace" consistently.

This commit is contained in:
Georg Brandl 2009-08-24 17:20:40 +00:00
parent 87296628f1
commit 0cfbd65975
1 changed files with 3 additions and 3 deletions

View File

@ -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