Remove spurious "\end{description}" that caused formatting to fail.

This commit is contained in:
Fred Drake 2001-02-01 15:37:56 +00:00
parent bcd725fc45
commit c2e35e6f37

View file

@ -137,8 +137,6 @@ The \keyword{exec} statement and the \function{eval()} and
the global and local namespace. If only one namespace is specified, the global and local namespace. If only one namespace is specified,
it is used for both. it is used for both.
\end{description}
The built-in functions \function{globals()} and \function{locals()} The built-in functions \function{globals()} and \function{locals()}
each return a dictionary, representing the current global and local each return a dictionary, representing the current global and local
namespace respectively. The effect of modifications to these namespace respectively. The effect of modifications to these