From 27bf6d990dff87140b2e9c309b56fdc8797b2455 Mon Sep 17 00:00:00 2001 From: "Kenneth D. Mankoff" Date: Thu, 27 Feb 2020 08:38:59 -0800 Subject: [PATCH] fixed minor docstring typo --- pandas/core/frame.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index b6b6a4fe74ed5..6f5aef4884ccd 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -832,7 +832,6 @@ def style(self) -> "Styler": Returns a Styler object. Contains methods for building a styled HTML representation of the DataFrame. - a styled HTML representation fo the DataFrame. See Also --------