We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20046cb commit fd5c3f4Copy full SHA for fd5c3f4
Doc/library/curses.rst
@@ -1081,8 +1081,8 @@ the following methods and attributes:
1081
Return a bytes object of characters, extracted from the window starting at the
1082
current cursor position, or at *y*, *x* if specified. Attributes are stripped
1083
from the characters. If *n* is specified, :meth:`instr` returns a string
1084
- at most *n* characters long (exclusive of the trailing NUL). The maximum of *n*
1085
- for this method is 2047.
+ at most *n* characters long (exclusive of the trailing NUL).
+ The maximum value for *n* is 2047.
1086
1087
.. versionchanged:: next
1088
The maximum value for *n* is set to 2047.
0 commit comments