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 f69e67c commit dd5330fCopy full SHA for dd5330f
Doc/library/functions.rst
@@ -705,7 +705,7 @@ are always available. They are listed here in alphabetical order.
705
``__builtins__``, a reference to the dictionary of the built-in module
706
:mod:`builtins` is inserted under that key.
707
Overriding ``__builtins__`` can be used to restrict or change the available
708
- names, but is **not** a security mechanism: the executed code can
+ names, but this is **not** a security mechanism: the executed code can
709
still access all builtins.
710
711
The *closure* argument specifies a closure--a tuple of cellvars.
0 commit comments