Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Aug 23, 2024
1 parent 7e0e26a commit d3f8f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audpsychometric/core/gold_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def mode(
>>> mode([0, 1])
1
>>> mode(["a", "b"])
"a"
'a'
>>> mode([0, 2])
1
>>> mode(["a", "c"])
Expand Down

0 comments on commit d3f8f9e

Please sign in to comment.