Skip to content

Commit 945a1ac

Browse files
miss-islingtonrffontenelleStanFromIreland
authored
[3.14] Fix typos in the curses.ascii module documentation (GH-129300) (#151414)
(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 2104ce1 commit 945a1ac

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)