Skip to content

Commit 41170d4

Browse files
uhhojreback
authored andcommitted
fix misspelled word (#15097)
`colunwise` should be `columnwise`
1 parent aa03e7f commit 41170d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def background_gradient(self, cmap='PuBu', low=0, high=0, axis=0,
781781
low, high: float
782782
compress the range by these values.
783783
axis: int or str
784-
1 or 'columns' for colunwise, 0 or 'index' for rowwise
784+
1 or 'columns' for columnwise, 0 or 'index' for rowwise
785785
subset: IndexSlice
786786
a valid slice for ``data`` to limit the style application to
787787

0 commit comments

Comments
 (0)