Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading