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.
curses.ascii
1 parent d986124 commit f4f1020Copy full SHA for f4f1020
1 file changed
Doc/library/curses.ascii.rst
@@ -130,7 +130,7 @@ C library:
130
131
.. function:: isgraph(c)
132
133
- Checks for ASCII any printable character except space.
+ Checks for any ASCII printable character except space.
134
135
136
.. function:: islower(c)
@@ -145,7 +145,7 @@ C library:
145
146
.. function:: ispunct(c)
147
148
- Checks for any printable ASCII character which is not a space or an alphanumeric
+ Checks for any ASCII printable character which is not a space or an alphanumeric
149
character.
150
151
0 commit comments