From 741abb3cce766a25a7ee4838ce2c30b2b58506fa Mon Sep 17 00:00:00 2001 From: Lukasz Date: Wed, 11 Jan 2017 00:27:43 +0900 Subject: [PATCH] fix misspelled word `colunwise` should be `columnwise` --- pandas/formats/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/formats/style.py b/pandas/formats/style.py index 4d5e72a38bb98..b3e0f0f6c7462 100644 --- a/pandas/formats/style.py +++ b/pandas/formats/style.py @@ -781,7 +781,7 @@ def background_gradient(self, cmap='PuBu', low=0, high=0, axis=0, low, high: float compress the range by these values. axis: int or str - 1 or 'columns' for colunwise, 0 or 'index' for rowwise + 1 or 'columns' for columnwise, 0 or 'index' for rowwise subset: IndexSlice a valid slice for ``data`` to limit the style application to