[Python-checkins] cpython (merge 3.3 -> default): Fix docstring in curses (#16782)

andrew.svetlov python-checkins at python.org
Sat Dec 29 22:11:34 CET 2012


http://hg.python.org/cpython/rev/2cae7bde45ef
changeset:   81146:2cae7bde45ef
parent:      81142:79a8f6e1dfb0
parent:      81145:e9cbe583156f
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Sat Dec 29 23:09:08 2012 +0200
summary:
  Fix docstring in curses (#16782)

files:
  Lib/curses/__init__.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/curses/__init__.py b/Lib/curses/__init__.py
--- a/Lib/curses/__init__.py
+++ b/Lib/curses/__init__.py
@@ -5,7 +5,7 @@
 
    import curses
    from curses import textpad
-   curses.initwin()
+   curses.initscr()
    ...
 
 """

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list