Branch merge
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index 16b7681..5470a10 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -649,7 +649,7 @@
 
    .. note::
 
-      A *character* means a C character (an ASCII code), rather then a Python
+      A *character* means a C character (an ASCII code), rather than a Python
       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.