commit | dfa465243c94b540099c413eb79b2774b40bb82e | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Mon May 21 11:01:54 2012 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Mon May 21 11:01:54 2012 +0200 |
tree | 3b67d5600dc9fa2be8843c024259336d73e69b1e | |
parent | f54c0604c852c2bf0b4d522cea7d94f205a795e8 [diff] [blame] |
#14804: Remove [] around optional arguments with default values
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index f31b9c5..0b8b7c9 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst
@@ -1091,7 +1091,7 @@ 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.