diff --git a/Doc/howto/curses.rst b/Doc/howto/curses.rst index 6994a5328e81496..7e8834161bc4849 100644 --- a/Doc/howto/curses.rst +++ b/Doc/howto/curses.rst @@ -55,8 +55,8 @@ code, all the functions described here will probably be available. The older versions of curses carried by some proprietary Unixes may not support everything, though. -The Windows version of Python doesn't include the :mod:`curses` -module. A ported version called :pypi:`UniCurses` is available. +The Windows version of Python doesn't include the :mod:`curses` module. +The third-party :pypi:`windows-curses` package provides the same interface on Windows. The Python curses module