summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.panel.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/curses.panel.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/curses.panel.rst')
-rw-r--r--Doc/library/curses.panel.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/curses.panel.rst b/Doc/library/curses.panel.rst
index 59e5b86..a3c8bda 100644
--- a/Doc/library/curses.panel.rst
+++ b/Doc/library/curses.panel.rst
@@ -1,6 +1,5 @@
-
-:mod:`curses.panel` --- A panel stack extension for curses.
-===========================================================
+:mod:`curses.panel` --- A panel stack extension for curses
+==========================================================
.. module:: curses.panel
:synopsis: A panel stack extension that adds depth to curses windows.