8000 Fix a minor typo in EngFormatter docstring · matplotlib/matplotlib@2ab06c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ab06c5

Browse files
committed
Fix a minor typo in EngFormatter docstring
1 parent 6d584ad commit 2ab06c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ class EngFormatter(Formatter):
10331033
suitable for use with single-letter representations of powers of
10341034
1000. For example, 'Hz' or 'm'.
10351035
1036-
`places` is the percision with which to display the number,
1036+
`places` is the precision with which to display the number,
10371037
specified in digits after the decimal point (there will be between
10381038
one and three digits before the decimal point).
10391039
"""

0 commit comments

Comments
 (0)
0