Skip to content

Commit f20b6d7

Browse files
Remove bullet point
1 parent 9916031 commit f20b6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6542,8 +6542,8 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
65426542
65436543
Notes
65446544
-----
6545-
- For large numbers of bins (>1000), 'step' and 'stepfilled' can be
6546-
significantly faster than 'bar' and 'barstacked'.
6545+
For large numbers of bins (>1000), 'step' and 'stepfilled' can be
6546+
significantly faster than 'bar' and 'barstacked'.
65476547
65486548
"""
65496549
# Avoid shadowing the builtin.

0 commit comments

Comments
 (0)