summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:31:53 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:31:53 (GMT)
commit276a58b8218ba2e6c13114ce3942d25328d0e8ee (patch)
treee2c2c1af548b31accfbcc69ba7db8a9c9c80e661 /Doc/library/curses.rst
parent1945f93888f6acadd0bde6541f39d7616f9a5392 (diff)
parenta6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff)
downloadcpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.zip
cpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.tar.gz
cpython-276a58b8218ba2e6c13114ce3942d25328d0e8ee.tar.bz2
Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r--Doc/library/curses.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
index b7039de..16b7681 100644
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -1639,7 +1639,7 @@ You can instantiate a :class:`Textbox` object as follows:
each keystroke entered with the keystroke as a parameter; command dispatch
is done on the result. This method returns the window contents as a
string; whether blanks in the window are included is affected by the
- :attr:`stripspaces` member.
+ :attr:`stripspaces` attribute.
.. method:: do_command(ch)
@@ -1711,7 +1711,7 @@ You can instantiate a :class:`Textbox` object as follows:
.. attribute:: stripspaces
- This data member is a flag which controls the interpretation of blanks in
+ This attribute is a flag which controls the interpretation of blanks in
the window. When it is on, trailing blanks on each line are ignored; any
cursor motion that would land the cursor on a trailing blank goes to the
end of that line instead, and trailing blanks are stripped when the window