Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Sulla committed Dec 31, 2023
1 parent 62393ad commit 2af64c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frozendict/cool.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def register(to_convert, converter, *, inverse = False):

def unregister(type, inverse = False):
r"""
Unregister a type from custom conversion. If inverse is True, the
unregistered conversion is an inverse conversion
(see register()).
Unregister a type from custom conversion. If `inverse` is `True`,
the unregistered conversion is an inverse conversion
(see `register()`).
"""

if inverse:
Expand Down

0 comments on commit 2af64c9

Please sign in to comment.