cpython: Fix reST role and missing word
http://hg.python.org/cpython/rev/3acb974a874a changeset: 71568:3acb974a874a parent: 71560:7f606223578a user: Éric Araujo <merwok@netwok.org> date: Thu Jul 28 23:10:25 2011 +0200 summary: Fix reST role and missing word files: Doc/whatsnew/3.3.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -94,8 +94,8 @@ 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`) -- Repository URL: http://hg.python.org/cpython
participants (1)
-
eric.araujo