Skip to content

Commit

Permalink
Fix ASCII position in description of curses.ascii.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rffontenelle authored Jan 25, 2025
1 parent 3f2cfd0 commit b10033e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/curses.ascii.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ C library:

.. function:: isgraph(c)

Checks for ASCII any printable character except space.
Checks for any ASCII printable character except space.


.. function:: islower(c)
Expand All @@ -148,7 +148,7 @@ C library:

.. function:: ispunct(c)

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
character.


Expand Down

0 comments on commit b10033e

Please sign in to comment.