Skip to content

Commit

Permalink
Consistent docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Feb 11, 2022
1 parent 57b881b commit 733b55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iscc_core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class MULTIBASE(str, enum.Enum):
base64url = "u"


"""Possible combinations of ISCC units for the first 3 components of MT.ISCC"""
#: Possible combinations of ISCC units for the first 3 components of MT.ISCC
UNITS = (
tuple(),
(MT.CONTENT,),
Expand Down

0 comments on commit 733b55a

Please sign in to comment.