diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-31 15:23:43 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-31 15:23:43 (GMT) |
commit | ec3a89449e740b35ade6fb6434380dc0258fc94b (patch) | |
tree | f4f41c63db5f50cb757c1e4295eeb92ee696b949 /Doc | |
parent | 17159fe26f7d59ce6d7a808b1564a99b3c93466b (diff) | |
download | cpython-ec3a89449e740b35ade6fb6434380dc0258fc94b.zip cpython-ec3a89449e740b35ade6fb6434380dc0258fc94b.tar.gz cpython-ec3a89449e740b35ade6fb6434380dc0258fc94b.tar.bz2 |
Remove reference to notation
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 2841670..3fe217b 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. |