Skip to content

Commit 82c9b1c

Browse files
committed
updated curses doc for getstr function
1 parent 58d6cde commit 82c9b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ the following methods and attributes:
988988
window.getstr(y, x, n)
989989

990990
Read a bytes object from the user, with primitive line editing capacity.
991-
991+
The maximum of *n* for this method is 2047.
992992

993993
.. method:: window.getyx()
994994

0 commit comments

Comments
 (0)