From fa8a53cf8a8fc2f4e289b1774596c79b42c093f5 Mon Sep 17 00:00:00 2001 From: Stijn Van Hoey Date: Wed, 7 Mar 2018 21:42:14 +0100 Subject: [PATCH] Update default handling --- pandas/guide/source/pandas_docstring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/guide/source/pandas_docstring.rst b/pandas/guide/source/pandas_docstring.rst index f73383c..707b9fa 100644 --- a/pandas/guide/source/pandas_docstring.rst +++ b/pandas/guide/source/pandas_docstring.rst @@ -278,7 +278,7 @@ is provided. In this case we will use `str, optional`. ---------- kind : str Kind of matplotlib plot. - color : str (default 'blue') + color : str, default 'blue' Color name or rgb code. **kwargs These parameters will be passed to the matplotlib plotting