diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 19:50:02 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 19:50:02 (GMT) |
commit | 6f18b987823773cf78fe46a2f92add81b951d0d8 (patch) | |
tree | 439c0509436f0e5fdbfed24b9a441fff4e63b8f0 /Doc/library/repr.rst | |
parent | 49d495fa257c6f60381945df10d71ba242b32a52 (diff) | |
download | cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.zip cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.tar.gz cpython-6f18b987823773cf78fe46a2f92add81b951d0d8.tar.bz2 |
Fix closes issue10403 - Let's not use members anymore.
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r-- | Doc/library/repr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst index 5bf5bf2..b4e03ff 100644 --- a/Doc/library/repr.rst +++ b/Doc/library/repr.rst @@ -49,7 +49,7 @@ This module provides a class, an instance, and a function: Repr Objects ------------ -:class:`Repr` instances provide several members which can be used to provide +:class:`Repr` instances provide several attributes which can be used to provide size limits for the representations of different object types, and methods which format specific object types. |