From 130d1e8587aa5b3a4f3e761e104c5b4cb5e2ea44 Mon Sep 17 00:00:00 2001 From: Jakob Jarmar Date: Wed, 8 Aug 2018 18:20:07 +0200 Subject: [PATCH] DOC: Fix dateutil link in install instructions --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 087bca0d5cd3c..eb837547037db 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -225,7 +225,7 @@ Dependencies * `setuptools `__: 24.2.0 or higher * `NumPy `__: 1.9.0 or higher -* `python-dateutil `__: 2.5.0 or higher +* `python-dateutil `__: 2.5.0 or higher * `pytz `__ .. _install.recommended_dependencies: