summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-09-06 16:58:43 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-09-06 16:58:43 (GMT)
commitce66a3e36fc0405cc2c751df4b5ecdd49ec37013 (patch)
treef3a0390863890893f60a1bd1fd53a5193d918593 /Doc/library
parent6d1fb5aa85fd69099f1e7787d6c7b3c4b117de3a (diff)
downloadcpython-ce66a3e36fc0405cc2c751df4b5ecdd49ec37013.zip
cpython-ce66a3e36fc0405cc2c751df4b5ecdd49ec37013.tar.gz
cpython-ce66a3e36fc0405cc2c751df4b5ecdd49ec37013.tar.bz2
Fix a typo in the curses docs
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index c424148..2d0043c 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -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`).