diff options
-rw-r--r-- | Doc/glossary.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index e8ff819..c4e0e32 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -420,7 +420,6 @@ Glossary modules, respectively. nested scope - The ability to refer to a variable in an enclosing definition. For instance, a function defined inside another function can refer to variables in the outer function. Note that nested scopes by default work |