From: Andrew M. Kuchling Date: Mon, 31 Jul 2006 15:23:43 +0000 (+0000) Subject: Remove reference to notation X-Git-Tag: v2.5b3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec3a89449e740b35ade6fb6434380dc0258fc94b;p=thirdparty%2FPython%2Fcpython.git Remove reference to notation --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 2841670704f0..3fe217b7d5d4 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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.