diff options
| author | Georg Brandl <georg@python.org> | 2009-05-17 12:29:12 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-05-17 12:29:12 +0000 |
| commit | 71515ca191f32651c923c70e891632b4ac820b4f (patch) | |
| tree | d6694e4aabe615b76ca113374bf35cd817fca330 /Doc/library/code.rst | |
| parent | ef0a865f9c906a1298c43a453b2195d86befd6a4 (diff) | |
| download | cpython-git-71515ca191f32651c923c70e891632b4ac820b4f.tar.gz | |
Remove surplus empty lines and convert more files to new optional arg style.
Diffstat (limited to 'Doc/library/code.rst')
| -rw-r--r-- | Doc/library/code.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/code.rst b/Doc/library/code.rst index 4219e9e7d7..56214b9f72 100644 --- a/Doc/library/code.rst +++ b/Doc/library/code.rst @@ -1,4 +1,3 @@ - :mod:`code` --- Interpreter base classes ======================================== @@ -6,7 +5,6 @@ :synopsis: Facilities to implement read-eval-print loops. - The ``code`` module provides facilities to implement read-eval-print loops in Python. Two classes and convenience functions are included which can be used to build applications which provide an interactive interpreter prompt. |
