Skip to content

Commit e544249

Browse files
committed
Fixed unexpected indent
1 parent ff3d2dd commit e544249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/formats/style.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ def bar(self, subset=None, axis=0, color='#d65f5f', width=100,
10731073
percent of the cell's width.
10741074
align : {'left', 'zero',' mid'}, default 'left'
10751075
How to align the bars with the cells.
1076+
10761077
- 'left' : the min value starts at the left of the cell.
10771078
- 'zero' : a value of zero is located at the center of the cell.
10781079
- 'mid' : the center of the cell is at (max-min)/2, or

0 commit comments

Comments
 (0)