Skip to content

Commit dd5330f

Browse files
Add "this"
1 parent f69e67c commit dd5330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ are always available. They are listed here in alphabetical order.
705705
``__builtins__``, a reference to the dictionary of the built-in module
706706
:mod:`builtins` is inserted under that key.
707707
Overriding ``__builtins__`` can be used to restrict or change the available
708-
names, but is **not** a security mechanism: the executed code can
708+
names, but this is **not** a security mechanism: the executed code can
709709
still access all builtins.
710710

711711
The *closure* argument specifies a closure--a tuple of cellvars.

0 commit comments

Comments
 (0)