summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/inspect.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 523a5f3..50cd003 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -132,9 +132,6 @@ attributes:
| | f_locals | local namespace seen by |
| | | this frame |
+-----------+-------------------+---------------------------+
-| | f_restricted | 0 or 1 if frame is in |
-| | | restricted execution mode |
-+-----------+-------------------+---------------------------+
| | f_trace | tracing function for this |
| | | frame, or ``None`` |
+-----------+-------------------+---------------------------+