From 00965aa2b66f01ba0d39425f94a1a8319e6d8133 Mon Sep 17 00:00:00 2001 From: "Anton I. Sipos" Date: Wed, 22 Oct 2014 12:25:59 -0700 Subject: [PATCH] Fix typo in visualization.rst doc --- doc/source/visualization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/visualization.rst b/doc/source/visualization.rst index 83b862e11e438..f30d6c9d5d4c0 100644 --- a/doc/source/visualization.rst +++ b/doc/source/visualization.rst @@ -1186,7 +1186,7 @@ with "(right)" in the legend. To turn off the automatic marking, use the Suppressing Tick Resolution Adjustment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -pandas includes automatically tick resolution adjustment for regular frequency +pandas includes automatic tick resolution adjustment for regular frequency time-series data. For limited cases where pandas cannot infer the frequency information (e.g., in an externally created ``twinx``), you can choose to suppress this behavior for alignment purposes.