8000 Add comma for readability · matplotlib/matplotlib@9804767 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9804767

Browse files
Add comma for readability
1 parent b80c767 commit 9804767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6542,7 +6542,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
65426542
65436543
Notes
65446544
-----
6545-
- For large numbers of bins (>10000), 'step' and 'stepfilled' can be
6545+
- For large numbers of bins (>10,000), 'step' and 'stepfilled' can be
65466546
significantly faster than 'bar' and 'barstacked'.
65476547
65486548
"""

0 commit comments

Comments
 (0)
0