Skip to content

Commit

Permalink
CLN: some residual code removed, xref to pandas-dev#16761 (pandas-dev…
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored and 3553x committed Jul 16, 2017
1 parent 934f933 commit 07045db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pandas/core/config_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,18 +255,6 @@ def use_numexpr_cb(key):
df.info() (the behaviour in earlier versions of pandas).
"""

pc_mpl_style_doc = """
: bool
Setting this to 'default' will modify the rcParams used by matplotlib
to give plots a more pleasing visual style by default.
Setting this to None/False restores the values to their initial value.
"""

pc_mpl_style_deprecation_warning = """
mpl_style had been deprecated and will be removed in a future version.
Use `matplotlib.pyplot.style.use` instead.
"""

pc_memory_usage_doc = """
: bool, string or None
This specifies if the memory usage of a DataFrame should be displayed when
Expand Down

0 comments on commit 07045db

Please sign in to comment.