Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce66a3e

Browse files
committed
Fix a typo in the curses docs
1 parent 6d1fb5a commit ce66a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ the following methods and attributes:
837837
.. attribute:: window.encoding
838838

839839
Encoding used to encode method arguments (Unicode strings and characters).
840-
The encoding attribute is inherited from by parent window when a subwindow
840+
The encoding attribute is inherited from the parent window when a subwindow
841841
is created, for example with :meth:`window.subwin`. By default, the locale
842842
encoding is used (see :func:`locale.getpreferredencoding`).
843843

0 commit comments

Comments
 (0)