Skip to content

Commit 4dae9bd

Browse files
committed
-
1 parent 699baf8 commit 4dae9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/address-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ What happens when we run :func:`repr` for a Python class?
9090
>>> repr(decimal.Decimal)
9191
"<class 'decimal.Decimal'>"
9292

93-
We get a pointy-bracketed un-\ :func:`eval`able string. How about a function?
93+
We get a pointy-bracketed un-\ :func:`eval`\ able string. How about a function?
9494

9595
>>> import re
9696
>>> repr(re.match)

0 commit comments

Comments
 (0)