]> granicus.if.org Git - python/commitdiff
Fix a typo in the curses docs
authorRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 6 Sep 2012 16:58:43 +0000 (18:58 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 6 Sep 2012 16:58:43 +0000 (18:58 +0200)
Doc/library/curses.rst

index c4241483b5841d7d04ae7a55b3c90c2889531ee7..2d0043cbd1831c505de2e22f4426db2022e34b1d 100644 (file)
@@ -837,7 +837,7 @@ the following methods and attributes:
 .. attribute:: window.encoding
 
    Encoding used to encode method arguments (Unicode strings and characters).
-   The encoding attribute is inherited from by parent window when a subwindow
+   The encoding attribute is inherited from the parent window when a subwindow
    is created, for example with :meth:`window.subwin`. By default, the locale
    encoding is used (see :func:`locale.getpreferredencoding`).