Skip to content

Commit 7a8a61f

Browse files
rffontenelleStanFromIreland
authored andcommitted
Fix typos in the curses.ascii module documentation (GH-129300)
(cherry picked from commit f4f1020) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent bdb53b5 commit 7a8a61f

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)