Skip to content

Commit 2af64c9

Browse files
committed
minor
1 parent 62393ad commit 2af64c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frozendict/cool.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ def register(to_convert, converter, *, inverse = False):
9494

9595
def unregister(type, inverse = False):
9696
r"""
97-
Unregister a type from custom conversion. If inverse is True, the
98-
unregistered conversion is an inverse conversion
99-
(see register()).
97+
Unregister a type from custom conversion. If `inverse` is `True`,
98+
the unregistered conversion is an inverse conversion
99+
(see `register()`).
100100
"""
101101

102102
if inverse:

0 commit comments

Comments
 (0)