diff --git a/dabest/_stats_tools/effsize.py b/dabest/_stats_tools/effsize.py index 32f965b1..bb941389 100644 --- a/dabest/_stats_tools/effsize.py +++ b/dabest/_stats_tools/effsize.py @@ -221,7 +221,7 @@ def cohens_h(control:list|tuple|np.ndarray, )->float: ''' Computes Cohen's h for test v.s. control. - See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.) + See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference. `Notes`: diff --git a/nbs/API/effsize.ipynb b/nbs/API/effsize.ipynb index b2232515..9d8dc5d2 100644 --- a/nbs/API/effsize.ipynb +++ b/nbs/API/effsize.ipynb @@ -301,7 +301,7 @@ " )->float:\n", " '''\n", " Computes Cohen's h for test v.s. control.\n", - " See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.)\n", + " See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference.\n", " \n", " `Notes`:\n", " \n",