[Python-3000-checkins] r56659 - python/branches/py3k-struni/Doc/ref/ref3.tex

georg.brandl python-3000-checkins at python.org
Thu Aug 2 09:53:40 CEST 2007


Author: georg.brandl
Date: Thu Aug  2 09:53:40 2007
New Revision: 56659

Modified:
   python/branches/py3k-struni/Doc/ref/ref3.tex
Log:
Remove useless \withsubitem.


Modified: python/branches/py3k-struni/Doc/ref/ref3.tex
==============================================================================
--- python/branches/py3k-struni/Doc/ref/ref3.tex	(original)
+++ python/branches/py3k-struni/Doc/ref/ref3.tex	Thu Aug  2 09:53:40 2007
@@ -1724,7 +1724,6 @@
   \ttindex{__imul__()}
   \ttindex{__contains__()}
   \ttindex{__iter__()}}
-\withsubitem{(numeric object method)}
 
 \begin{methoddesc}[container object]{__len__}{self}
 Called to implement the built-in function


More information about the Python-3000-checkins mailing list