We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0567b3d commit a7b3c7dCopy full SHA for a7b3c7d
docs/topics/address-tools.txt
@@ -90,7 +90,7 @@ What happens when we run :func:`repr` for a Python class?
90
>>> repr(decimal.Decimal)
91
"<class 'decimal.Decimal'>"
92
93
-We get a pointy-bracketed un-\ ``eval``\ able string. How about a function?
+We get a pointy-bracketed un-\ ``eval``\ -able string. How about a function?
94
95
>>> import re
96
>>> repr(re.match)
0 commit comments