diff options
Diffstat (limited to 'Doc/libstdwin.tex')
-rw-r--r-- | Doc/libstdwin.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libstdwin.tex b/Doc/libstdwin.tex index 2f2bd42924..514252f442 100644 --- a/Doc/libstdwin.tex +++ b/Doc/libstdwin.tex @@ -774,7 +774,7 @@ def main(): main() \end{verbatim}\ecode - +% \section{Standard Module \sectcode{stdwinevents}} \stmodindex{stdwinevents} @@ -788,7 +788,7 @@ Suggested usage is >>> from stdwinevents import * >>> \end{verbatim}\ecode - +% \section{Standard Module \sectcode{rect}} \stmodindex{rect} @@ -801,7 +801,7 @@ For example, the rectangle \bcode\begin{verbatim} (10, 20), (90, 80) \end{verbatim}\ecode - +% is a rectangle whose left, top, right and bottom edges are 10, 20, 90 and 80, respectively. Note that the positive vertical axis points down (as in |