diff options
| author | Georg Brandl <georg@python.org> | 2009-10-22 11:48:10 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-22 11:48:10 (GMT) |
| commit | 6c14e587f59e72d69b99fdf766bbbcbf4af920fa (patch) | |
| tree | 6cec7b8014032f1d8ae9a5574c9bfd2c14320b4a /Doc/reference/executionmodel.rst | |
| parent | 3954d21cc5bdef2bed90c875fc80a620b28271d5 (diff) | |
| download | cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.zip cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.gz cpython-6c14e587f59e72d69b99fdf766bbbcbf4af920fa.tar.bz2 | |
Use "impl-detail" directive where applicable.
Diffstat (limited to 'Doc/reference/executionmodel.rst')
| -rw-r--r-- | Doc/reference/executionmodel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst index 57a2205..9f6170d 100644 --- a/Doc/reference/executionmodel.rst +++ b/Doc/reference/executionmodel.rst @@ -128,7 +128,7 @@ the built-in module :mod:`__builtin__` (note: no 's'); when in any other module, itself. ``__builtins__`` can be set to a user-created dictionary to create a weak form of restricted execution. -.. note:: +.. impl-detail:: Users should not touch ``__builtins__``; it is strictly an implementation detail. Users wanting to override values in the built-in namespace should |
