From bf7ada345a3a6673240b7be848945744f7268bd4 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Thu, 10 Sep 2020 22:26:37 -0400 Subject: [PATCH] Fixed broken link to pandas dtypes (#264) --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 2719fb941..5f3bdce75 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -81,7 +81,7 @@ Quick Start Alternatively, you can pass the built-in python types that are supported by pandas, or strings representing the -`legal pandas datatypes `_: +`legal pandas datatypes `_: .. testcode:: quick_start