From 02619b5b8a0c57e3e69c35c956b65b8f17718901 Mon Sep 17 00:00:00 2001 From: Paolo Massa Date: Mon, 18 Dec 2017 11:18:21 +0100 Subject: [PATCH] Just fixed a typo: Milliseonds --> Milliseconds --- notebooks/03.11-Working-with-Time-Series.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/03.11-Working-with-Time-Series.ipynb b/notebooks/03.11-Working-with-Time-Series.ipynb index 7fb30aa85..1302ff7a5 100644 --- a/notebooks/03.11-Working-with-Time-Series.ipynb +++ b/notebooks/03.11-Working-with-Time-Series.ipynb @@ -874,7 +874,7 @@ "| ``H`` | Hours | ``BH`` | Business hours |\n", "| ``T`` | Minutes | | |\n", "| ``S`` | Seconds | | |\n", - "| ``L`` | Milliseonds | | |\n", + "| ``L`` | Milliseconds | | |\n", "| ``U`` | Microseconds | | |\n", "| ``N`` | nanoseconds | | |" ]