We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae9bd commit 7f9dd9aCopy full SHA for 7f9dd9a
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-\ :func:`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