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 0b8b7c9..f31b9c5 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1091,7 +1091,7 @@ the following methods: rendition (as set by :meth:`bkgdset`) merged into them. -.. method:: window.scroll(lines=1) +.. method:: window.scroll([lines=1]) Scroll the screen or scrolling region upward by *lines* lines. |