summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-10 09:03:43 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-10 09:03:43 (GMT)
commitc2a4f4fb67a76cb04731beebc515878f9b91674c (patch)
tree35fe3ee01b0b32931f4beb11ebcc4553d0f34f3a /Doc/library/curses.rst
parent388faac8cb5be6ad1ad474bae237b71bd00a1900 (diff)
downloadcpython-c2a4f4fb67a76cb04731beebc515878f9b91674c.zip
cpython-c2a4f4fb67a76cb04731beebc515878f9b91674c.tar.gz
cpython-c2a4f4fb67a76cb04731beebc515878f9b91674c.tar.bz2
Update signature style for optional arguments, part 3.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r--Doc/library/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index 21c3176..b16d667 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -531,7 +531,7 @@ The module :mod:`curses` defines the following functions:
capability, or is canceled or absent from the terminal description.
-.. function:: tparm(str[,...])
+.. function:: tparm(str[, ...])
Instantiates the string *str* with the supplied parameters, where *str* should
be a parameterized string obtained from the terminfo database. E.g.