Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68abe83

Browse files
committed
Fix typo
1 parent 70f1288 commit 68abe83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref3.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ \subsection{Basic customization\label{customization}}
910910
\begin{methoddesc}[object]{__repr__}{self}
911911
Called by the \function{repr()}\bifuncindex{repr} built-in function
912912
and by string conversions (reverse quotes) to compute the ``official''
913-
string representation of an object. It at all possible, this should
913+
string representation of an object. If at all possible, this should
914914
look like a valid Python expression that could be used to recreate an
915915
object with the same value (given an appropriate environment). If
916916
this is not possible, a string of the form \samp{<\var{...some useful

0 commit comments

Comments
 (0)