summaryrefslogtreecommitdiffstats
path: root/Doc/library/xdrlib.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:28:30 (GMT)
commita6bac95a3c6eb926d3eded04e4b04a1d552053d1 (patch)
tree8d12149fdb2dcbdcf4461af934f89ddee5fb1e28 /Doc/library/xdrlib.rst
parentbfd1edd15541ff3d8ea89385faecdbcbba1a9773 (diff)
downloadcpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.zip
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.gz
cpython-a6bac95a3c6eb926d3eded04e4b04a1d552053d1.tar.bz2
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
Diffstat (limited to 'Doc/library/xdrlib.rst')
-rw-r--r--Doc/library/xdrlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xdrlib.rst b/Doc/library/xdrlib.rst
index 1d3da0a..5c7dfa4 100644
--- a/Doc/library/xdrlib.rst
+++ b/Doc/library/xdrlib.rst
@@ -260,7 +260,7 @@ Exceptions in this module are coded as class instances:
.. exception:: Error
- The base exception class. :exc:`Error` has a single public data member
+ The base exception class. :exc:`Error` has a single public attribute
:attr:`msg` containing the description of the error.