diff options
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r-- | Doc/library/curses.rst | 2 |
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. |