From 8250d7c7ddfd321f91cf7ccd44cb906cdc63c0a0 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Thu, 7 Apr 2016 10:30:23 -0400 Subject: [PATCH] DOC: fix pandas.core.style -> pandas.formats.style --- doc/source/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index d6402100a296f..2e8aeac66f321 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1803,7 +1803,7 @@ Computations / Descriptive Stats Style ----- -.. currentmodule:: pandas.core.style +.. currentmodule:: pandas.formats.style ``Styler`` objects are returned by :attr:`pandas.DataFrame.style`.