Skip to content

Commit 30ddd5f

Browse files
Backport PR #39973: DOC: fix a mis-formatted external link (#39982)
Co-authored-by: partev <[email protected]>
1 parent b1127cf commit 30ddd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ Often it's useful to obtain the lower (or upper) triangular form of a correlatio
14101410
14111411
corr_mat.where(mask)
14121412
1413-
The ``method`` argument within ``DataFrame.corr`` can accept a callable in addition to the named correlation types. Here we compute the ``distance correlation <https://en.wikipedia.org/wiki/Distance_correlation>``__ matrix for a ``DataFrame`` object.
1413+
The ``method`` argument within ``DataFrame.corr`` can accept a callable in addition to the named correlation types. Here we compute the `distance correlation <https://en.wikipedia.org/wiki/Distance_correlation>`__ matrix for a ``DataFrame`` object.
14141414

14151415
.. ipython:: python
14161416

0 commit comments

Comments
 (0)