8000 Merge pull request #22894 from dermasugita/my-feature · matplotlib/matplotlib@5bc10b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bc10b1

Browse files
authored
Merge pull request #22894 from dermasugita/my-feature
Fixed a typo in the QuadMesh docstrings
2 parents e142894 + b5446d7 commit 5bc10b1
Copy full SHA for 5bc10b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@ class QuadMesh(Collection):
19111911
r"""
19121912
Class for the efficient drawing of a quadrilateral mesh.
19131913
1914-
A quadrilateral mesh is a grid of M by N adjacent qudrilaterals that are
1914+
A quadrilateral mesh is a grid of M by N adjacent quadrilaterals that are
19151915
defined via a (M+1, N+1) grid of vertices. The quadrilateral (m, n) is
19161916
defined by the vertices ::
19171917

0 commit comments

Comments
 (0)
0