We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e4231 commit 17dafdcCopy full SHA for 17dafdc
1 file changed
Doc/tutorial/classes.rst
@@ -65,7 +65,7 @@ Let's begin with some definitions.
65
A *namespace* is a mapping from names to objects. Most namespaces are currently
66
implemented as Python dictionaries, but that's normally not noticeable in any
67
way (except for performance), and it may change in the future. Examples of
68
-namespaces are: the set of built-in names (functions such as :func:`abs`, and
+namespaces are: the set of built-in names (containing functions such as :func:`abs`, and
69
built-in exception names); the global names in a module; and the local names in
70
a function invocation. In a sense the set of attributes of an object also form
71
a namespace. The important thing to know about namespaces is that there is
0 commit comments