[Python-checkins] cpython: Fix a typo in the curses docs

ross.lagerwall python-checkins at python.org
Thu Sep 6 19:03:04 CEST 2012


http://hg.python.org/cpython/rev/99a436de7029
changeset:   78864:99a436de7029
parent:      78862:e5569b03a287
user:        Ross Lagerwall <rosslagerwall at gmail.com>
date:        Thu Sep 06 18:58:43 2012 +0200
summary:
  Fix a typo in the curses docs

files:
  Doc/library/curses.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -837,7 +837,7 @@
 .. 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`).
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list