Fix a typo in the curses docs

This commit is contained in:
Ross Lagerwall 2012-09-06 18:58:43 +02:00
parent 6d1fb5aa85
commit ce66a3e36f

View file

@ -837,7 +837,7 @@ the following methods and attributes:
.. attribute:: window.encoding .. attribute:: window.encoding
Encoding used to encode method arguments (Unicode strings and characters). 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 is created, for example with :meth:`window.subwin`. By default, the locale
encoding is used (see :func:`locale.getpreferredencoding`). encoding is used (see :func:`locale.getpreferredencoding`).