From 0f9fe39d5a18dc5659cc7073301544223639e646 Mon Sep 17 00:00:00 2001 From: Caleb Epstein Date: Mon, 25 Nov 2013 14:10:27 -0500 Subject: [PATCH] Fix typo --- doc/source/timeseries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 83e26d83a9363..bfae9638f5377 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -1115,7 +1115,7 @@ Localization of Timestamps functions just like DatetimeIndex and TimeSeries: rng[5].tz_localize('Asia/Shanghai') -Operations between TimeSeries in difficult time zones will yield UTC +Operations between TimeSeries in different time zones will yield UTC TimeSeries, aligning the data on the UTC timestamps: .. ipython:: python