summaryrefslogtreecommitdiff
path: root/Doc/library/cmd.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 11:31:53 -0700
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 11:31:53 -0700
commit276a58b8218ba2e6c13114ce3942d25328d0e8ee (patch)
treee2c2c1af548b31accfbcc69ba7db8a9c9c80e661 /Doc/library/cmd.rst
parent1945f93888f6acadd0bde6541f39d7616f9a5392 (diff)
parenta6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff)
downloadcpython-git-276a58b8218ba2e6c13114ce3942d25328d0e8ee.tar.gz
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
Diffstat (limited to 'Doc/library/cmd.rst')
-rw-r--r--Doc/library/cmd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst
index b33d724618..d45c0e781e 100644
--- a/Doc/library/cmd.rst
+++ b/Doc/library/cmd.rst
@@ -50,7 +50,7 @@ A :class:`Cmd` instance has the following methods:
the line as argument.
The optional argument is a banner or intro string to be issued before the first
- prompt (this overrides the :attr:`intro` class member).
+ prompt (this overrides the :attr:`intro` class attribute).
If the :mod:`readline` module is loaded, input will automatically inherit
:program:`bash`\ -like history-list editing (e.g. :kbd:`Control-P` scrolls back