Fix reST role and missing word

This commit is contained in:
Éric Araujo 2011-07-28 23:10:25 +02:00
parent 0cdd4454f3
commit cdb31093c2
1 changed files with 2 additions and 2 deletions

View 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`)