]> granicus.if.org Git - python/commitdiff
Fix reST role and missing word
authorÉric Araujo <merwok@netwok.org>
Thu, 28 Jul 2011 21:10:25 +0000 (23:10 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 28 Jul 2011 21:10:25 +0000 (23:10 +0200)
Doc/whatsnew/3.3.rst

index 677f35cde460921bb4d819938228e8bbff669dbd..79a53ff31eea6eba1554f865a50d40aa622e5e2f 100644 (file)
@@ -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`)