summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2014-03-01 12:53:28 (GMT)
committerAndrew Kuchling <amk@amk.ca>2014-03-01 12:53:28 (GMT)
commit98f2bbf794013f1d194e219fbacaa99146fd5630 (patch)
tree97ab9d3f612d70549a02b044a7e897f5363cac57 /Doc/library/curses.rst
parent7b96f76dc85a35cc5aa5d33baf43ad882fb54582 (diff)
downloadcpython-98f2bbf794013f1d194e219fbacaa99146fd5630.zip
cpython-98f2bbf794013f1d194e219fbacaa99146fd5630.tar.gz
cpython-98f2bbf794013f1d194e219fbacaa99146fd5630.tar.bz2
#16135: remove mentions of OS/2 from the documentation
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r--Doc/library/curses.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index 314636e..f3e60b4 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -12,7 +12,7 @@ The :mod:`curses` module provides an interface to the curses library, the
de-facto standard for portable advanced terminal handling.
While curses is most widely used in the Unix environment, versions are available
-for DOS, OS/2, and possibly other systems as well. This extension module is
+for Windows, DOS, and possibly other systems as well. This extension module is
designed to match the API of ncurses, an open-source curses library hosted on
Linux and the BSD variants of Unix.