From 5398d4dd5bd6c7f20c7b7254c81e52debd45424b Mon Sep 17 00:00:00 2001 From: sfoo Date: Thu, 7 Sep 2017 16:21:51 -0400 Subject: [PATCH] Removed Timedelta.is_populated and fixed spelling errors --- doc/source/api.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index d34cec86638fb..c32a541d19605 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1704,7 +1704,7 @@ Methods Timestamp.floor Timestamp.freq Timestamp.freqstr - Timestamp.from_ordinal + Timestamp.fromordinal Timestamp.fromtimestamp Timestamp.isocalendar Timestamp.isoformat @@ -1769,9 +1769,7 @@ Properties Timedelta.asm8 Timedelta.components Timedelta.days - Timedelta.delta Timedelta.freq - Timedelta.is_populated Timedelta.max Timedelta.microseconds Timedelta.min @@ -1789,10 +1787,9 @@ Methods Timedelta.floor Timedelta.isoformat Timedelta.round - Timdelta.to_pytimedelta + Timedelta.to_pytimedelta Timedelta.to_timedelta64 Timedelta.total_seconds - Timedelta.view Window ------