summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-28 21:10:25 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-28 21:10:25 (GMT)
commitcdb31093c2c2818b9ad5b23db0e865bab7aa0a93 (patch)
tree07a42328cae8983d487aadf05a690bea2300c5c2 /Doc/whatsnew
parent0cdd4454f37a55bad9c80b6dc1ee328161df4496 (diff)
downloadcpython-cdb31093c2c2818b9ad5b23db0e865bab7aa0a93.zip
cpython-cdb31093c2c2818b9ad5b23db0e865bab7aa0a93.tar.gz
cpython-cdb31093c2c2818b9ad5b23db0e865bab7aa0a93.tar.bz2
Fix reST role and missing word
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 677f35c..79a53ff 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -94,8 +94,8 @@ versions.
curses
------
-The :class:`curses.window` class has a new :class:`~curses.window.get_wch`
-method to a wide character. Patch by Iñigo Serna.
+The :class:`curses.window` class has a new :meth:`~curses.window.get_wch` method
+to get a wide character. Patch by Iñigo Serna.
(:issue:`6755`)