From: Andrew M. Kuchling Date: Tue, 19 Dec 2000 14:09:21 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.1a1~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68abe832b9761b1b506d6eaf5eb941c07d0735bc;p=python Fix typo --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index f932683dd3..b8256c3e45 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -910,7 +910,7 @@ imported modules are still available at the time when the \begin{methoddesc}[object]{__repr__}{self} Called by the \function{repr()}\bifuncindex{repr} built-in function and by string conversions (reverse quotes) to compute the ``official'' -string representation of an object. It at all possible, this should +string representation of an object. If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment). If this is not possible, a string of the form \samp{<\var{...some useful