Skip to content

Commit b18dc79

Browse files
author
Vimal
committed
* Added the Python3 doc URL on Namespaces.
1 parent c78bf17 commit b18dc79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ A Name is a mapping to a value, ie.. a reference to objects in memory.
339339

340340
A Namespace is similar to a dictionary, ie.. it is a set of name to object references.
341341

342+
_Read more on Python Namespaces at [Python3 Classes documentation](https://docs.python.org/3/tutorial/classes.html#python-scopes-and-namespaces)_
343+
342344
A `dir()` function can list the names in the current namespace.
343345

344346
```python3

0 commit comments

Comments
 (0)