summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-19 14:09:21 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-19 14:09:21 (GMT)
commit68abe832b9761b1b506d6eaf5eb941c07d0735bc (patch)
tree85e5979f7a4bcd2f4c216587a4bf73cf0ac8c0f2 /Doc/ref/ref3.tex
parent70f128861f8caf57cb06a56b30724f6c9681b829 (diff)
downloadcpython-68abe832b9761b1b506d6eaf5eb941c07d0735bc.zip
cpython-68abe832b9761b1b506d6eaf5eb941c07d0735bc.tar.gz
cpython-68abe832b9761b1b506d6eaf5eb941c07d0735bc.tar.bz2
Fix typo
Diffstat (limited to 'Doc/ref/ref3.tex')
-rw-r--r--Doc/ref/ref3.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex
index f932683..b8256c3 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