Commit 3ba73835 authored by Christian Heimes's avatar Christian Heimes

Issue #15591 and Issue #11715: silence output of setup.py when make is run with -s option.

parents beef887e ec69905c
......@@ -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`).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment