Skip to content

Commit

Permalink
Extend example
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jul 15, 2024
1 parent 7245d06 commit ad3f5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audformat/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ def hash(
'5251663970176285425'
>>> hash(index, include_order_and_names=True)
'0741235e2250e0fcd9ab7b64972f5047'
>>> hash(index[::-1], include_order_and_names=True)
>>> hash(index[::-1], include_order_and_names=True) # reversed index
'c6639d377897dd9353dc3e8b2968170d'
"""
Expand Down

0 comments on commit ad3f5b3

Please sign in to comment.