Skip to content

Commit

Permalink
DOC remove extra comma in dcorr docstring (#335)
Browse files Browse the repository at this point in the history
* Update dcorr.py

* Update dcorr.py
  • Loading branch information
harsh204016 committed Oct 13, 2022
1 parent 9aa5c56 commit 29dda59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyppo/independence/dcorr.py
Expand Up @@ -206,7 +206,7 @@ def test(
>>> '%.1f, %.2f' % (stat, pvalue)
'1.0, 0.00'
In addition, the inputs can be distance matrices. Using this is the,
In addition, the inputs can be distance matrices. Using this is the
same as before, except the ``compute_distance`` parameter must be set
to ``None``.
Expand Down

0 comments on commit 29dda59

Please sign in to comment.