mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
Remove reference to notation
This commit is contained in:
parent
17159fe26f
commit
ec3a89449e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue