From 798d8db0e2c2bcd6f9ef2476f59923b681c77a08 Mon Sep 17 00:00:00 2001 From: partev Date: Mon, 22 Feb 2021 12:40:30 -0500 Subject: [PATCH] DOC: fix a mis-formatted external link --- doc/source/user_guide/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/cookbook.rst b/doc/source/user_guide/cookbook.rst index 66b564838e5e2..94a5f807d2262 100644 --- a/doc/source/user_guide/cookbook.rst +++ b/doc/source/user_guide/cookbook.rst @@ -1410,7 +1410,7 @@ Often it's useful to obtain the lower (or upper) triangular form of a correlatio corr_mat.where(mask) -The ``method`` argument within ``DataFrame.corr`` can accept a callable in addition to the named correlation types. Here we compute the ``distance correlation ``__ matrix for a ``DataFrame`` object. +The ``method`` argument within ``DataFrame.corr`` can accept a callable in addition to the named correlation types. Here we compute the `distance correlation `__ matrix for a ``DataFrame`` object. .. ipython:: python