diff options
author | Georg Brandl <georg@python.org> | 2010-07-12 09:01:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-12 09:01:14 (GMT) |
commit | 116874dc52113b2503b5ac28afd4d9a4a1e92435 (patch) | |
tree | f0dce26bd8ac0da54fe84d9f04b7ceb1f23eeafb /Doc/glossary.rst | |
parent | 902be136be37f3d9fe8a301697821c9cc4e57709 (diff) | |
download | cpython-116874dc52113b2503b5ac28afd4d9a4a1e92435.zip cpython-116874dc52113b2503b5ac28afd4d9a4a1e92435.tar.gz cpython-116874dc52113b2503b5ac28afd4d9a4a1e92435.tar.bz2 |
Fix glossary markup.
Diffstat (limited to 'Doc/glossary.rst')
-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 |