Skip to content

Commit f4f1020

Browse files
Fix typos in the curses.ascii module documentation (#129300)
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent d986124 commit f4f1020

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
@@ -130,7 +130,7 @@ C library:
130130

131131
.. function:: isgraph(c)
132132

133-
Checks for ASCII any printable character except space.
133+
Checks for any ASCII printable character except space.
134134

135135

136136
.. function:: islower(c)
@@ -145,7 +145,7 @@ C library:
145145

146146
.. function:: ispunct(c)
147147

148-
Checks for any printable ASCII character which is not a space or an alphanumeric
148+
Checks for any ASCII printable character which is not a space or an alphanumeric
149149
character.
150150

151151

0 commit comments

Comments
 (0)