[Python-checkins] r51004 - python/trunk/Doc/lib/libstdtypes.tex
andrew.kuchling
python-checkins at python.org
Mon Jul 31 17:23:44 CEST 2006
Author: andrew.kuchling
Date: Mon Jul 31 17:23:43 2006
New Revision: 51004
Modified:
python/trunk/Doc/lib/libstdtypes.tex
Log:
Remove reference to notation
Modified: python/trunk/Doc/lib/libstdtypes.tex
==============================================================================
--- python/trunk/Doc/lib/libstdtypes.tex (original)
+++ python/trunk/Doc/lib/libstdtypes.tex Mon Jul 31 17:23:43 2006
@@ -13,8 +13,8 @@
Some operations are supported by several object types; in particular,
practically all objects can be compared, tested for truth value,
-and converted to a string (with the \code{`\textrm{\ldots}`} notation,
-the equivalent \function{repr()} function, or the slightly different
+and converted to a string (with
+the \function{repr()} function or the slightly different
\function{str()} function). The latter
function is implicitly used when an object is written by the
\keyword{print}\stindex{print} statement.
More information about the Python-checkins
mailing list