]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove reference to notation
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 15:23:43 +0000 (15:23 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 15:23:43 +0000 (15:23 +0000)
Doc/lib/libstdtypes.tex

index 2841670704f0465d303fd64c3bed64042fb95843..3fe217b7d5d482e1850fe721dc61a67aef6034e3 100644 (file)
@@ -13,8 +13,8 @@ classes, instances and exceptions.
 
 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.