From bda4990a46dd36044e19f1225caac0fe6238f0e7 Mon Sep 17 00:00:00 2001 From: phofl Date: Wed, 25 Mar 2020 22:27:28 +0100 Subject: [PATCH] Fiy Typo in datetimes (parced) --- pandas/core/tools/datetimes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/tools/datetimes.py b/pandas/core/tools/datetimes.py index 7414165ab5711..3dd17f5747df9 100644 --- a/pandas/core/tools/datetimes.py +++ b/pandas/core/tools/datetimes.py @@ -260,7 +260,7 @@ def _convert_listlike_datetimes( Parameters ---------- arg : list, tuple, ndarray, Series, Index - date to be parced + date to be parsed name : object None or string for the Index name tz : object