summaryrefslogtreecommitdiffstats
path: root/Doc/library/code.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-17 12:29:12 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-17 12:29:12 (GMT)
commit71515ca191f32651c923c70e891632b4ac820b4f (patch)
treed6694e4aabe615b76ca113374bf35cd817fca330 /Doc/library/code.rst
parentef0a865f9c906a1298c43a453b2195d86befd6a4 (diff)
downloadcpython-71515ca191f32651c923c70e891632b4ac820b4f.zip
cpython-71515ca191f32651c923c70e891632b4ac820b4f.tar.gz
cpython-71515ca191f32651c923c70e891632b4ac820b4f.tar.bz2
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.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/code.rst b/Doc/library/code.rst
index 4219e9e..56214b9 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.