Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f1288 commit 68abe83Copy full SHA for 68abe83
1 file changed
Doc/ref/ref3.tex
@@ -910,7 +910,7 @@ \subsection{Basic customization\label{customization}}
910
\begin{methoddesc}[object]{__repr__}{self}
911
Called by the \function{repr()}\bifuncindex{repr} built-in function
912
and by string conversions (reverse quotes) to compute the ``official''
913
-string representation of an object. It at all possible, this should
+string representation of an object. If at all possible, this should
914
look like a valid Python expression that could be used to recreate an
915
object with the same value (given an appropriate environment). If
916
this is not possible, a string of the form \samp{<\var{...some useful
0 commit comments