[docs] [issue30376] Curses documentation refers to incorrect type
Ryan Jarvis
report at bugs.python.org
Mon May 15 17:16:05 EDT 2017
New submission from Ryan Jarvis:
Currently the Python curses documentation refers to `WindowObject` multiple times in the documentation. The actual type signature is `_curses.curses window`. WindowObject does not exist.
Seen at 16.11.1. Textbox objects and curses.initscr() for both Python2 and Python3 documentation.
https://docs.python.org/3/library/curses.html
https://docs.python.org/2/library/curses.html
There is no type information available the curses window object in the documentation.
----------
assignee: docs at python
components: Documentation
messages: 293740
nosy: Ryan Jarvis, docs at python
priority: normal
severity: normal
status: open
title: Curses documentation refers to incorrect type
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30376>
_______________________________________
More information about the docs
mailing list