diff options
Diffstat (limited to 'Doc/library/curses.rst')
| -rw-r--r-- | Doc/library/curses.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index c53b105..fa66d1e 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -609,9 +609,9 @@ the following methods: .. note:: A *character* means a C character (an ASCII code), rather then a Python - character (a string of length 1). (This note is true whenever the documentation - mentions a character.) The builtin :func:`ord` is handy for conveying strings to - codes. + character (a string of length 1). (This note is true whenever the + documentation mentions a character.) The built-in :func:`ord` is handy for + conveying strings to codes. Paint character *ch* at ``(y, x)`` with attributes *attr*, overwriting any character previously painter at that location. By default, the character |
