8000 Merge pull request #14678 from timhoffm/typo · matplotlib/matplotlib@98855b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98855b8

Browse files
authored
Merge pull request #14678 from timhoffm/typo
DOC: Fix small typo
2 parents 21a55d3 + 9bd3d8f commit 98855b8

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
@@ -7782,7 +7782,7 @@ def matshow(self, Z, **kwargs):
77827782
Notes
77837783
-----
77847784
This is just a convenience function wrapping `.imshow` to set useful
7785-
defaults for a displaying a matrix. In particular:
7785+
defaults for displaying a matrix. In particular:
77867786
77877787
- Set ``origin='upper'``.
77887788
- Set ``interpolation='nearest'``.

0 commit comments

Comments
 (0)
0