From: Éric Araujo Date: Thu, 28 Jul 2011 21:10:25 +0000 (+0200) Subject: Fix reST role and missing word X-Git-Tag: v3.3.0a1~1819^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb31093c2c2818b9ad5b23db0e865bab7aa0a93;p=thirdparty%2FPython%2Fcpython.git Fix reST role and missing word --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 677f35cde460..79a53ff31eea 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`)