Skip to content

Commit b10033e

Browse files
authored
Fix ASCII position in description of curses.ascii.rst
1 parent 3f2cfd0 commit b10033e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/curses.ascii.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ C library:
133133

134134
.. function:: isgraph(c)
135135

136-
Checks for ASCII any printable character except space.
136+
Checks for any ASCII printable character except space.
137137

138138

139139
.. function:: islower(c)
@@ -148,7 +148,7 @@ C library:
148148

149149
.. function:: ispunct(c)
150150

151-
Checks for any printable ASCII character which is not a space or an alphanumeric
151+
Checks for any ASCII printable character which is not a space or an alphanumeric
152152
character.
153153

154154

0 commit comments

Comments
 (0)