diff options
author | Georg Brandl <georg@python.org> | 2007-08-02 07:53:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-02 07:53:40 (GMT) |
commit | a9efc8e2684a04ae37c1528fd8f079247b6a0536 (patch) | |
tree | e15289376ab780a2d20917528a10e80c22b8af8e /Doc | |
parent | b43daf709600f5b734fb1a647666c2f4c0626519 (diff) | |
download | cpython-a9efc8e2684a04ae37c1528fd8f079247b6a0536.zip cpython-a9efc8e2684a04ae37c1528fd8f079247b6a0536.tar.gz cpython-a9efc8e2684a04ae37c1528fd8f079247b6a0536.tar.bz2 |
Remove useless \withsubitem.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref3.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index cced29e..2b556e4 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -1724,7 +1724,6 @@ through the values. \ttindex{__imul__()} \ttindex{__contains__()} \ttindex{__iter__()}} -\withsubitem{(numeric object method)} \begin{methoddesc}[container object]{__len__}{self} Called to implement the built-in function |