summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.panel.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-10-04 19:44:13 (GMT)
committerGitHub <noreply@github.com>2017-10-04 19:44:13 (GMT)
commit300dd552b15825abfe0e367ac14cec4c3e050dbc (patch)
tree9365ab1dd6ccac99b4132e6cd6298266aebc6926 /Doc/library/curses.panel.rst
parentdb12ef7e8ac6a8a6f8b4830701558b9abfd108fc (diff)
downloadcpython-300dd552b15825abfe0e367ac14cec4c3e050dbc.zip
cpython-300dd552b15825abfe0e367ac14cec4c3e050dbc.tar.gz
cpython-300dd552b15825abfe0e367ac14cec4c3e050dbc.tar.bz2
bpo-30872: Update the curses docs to Python 3. (#2620)
Diffstat (limited to 'Doc/library/curses.panel.rst')
-rw-r--r--Doc/library/curses.panel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.panel.rst b/Doc/library/curses.panel.rst
index c99c37a..d770c03 100644
--- a/Doc/library/curses.panel.rst
+++ b/Doc/library/curses.panel.rst
@@ -74,7 +74,7 @@ Panel objects have the following methods:
.. method:: Panel.hidden()
- Returns true if the panel is hidden (not visible), false otherwise.
+ Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise.
.. method:: Panel.hide()