8000 Doc change · matplotlib/matplotlib@aaffef4 · GitHub
[go: up one dir, main page]

Skip to content

Commit aaffef4

Browse files
committed
Doc change
1 parent b30dbbd commit aaffef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tri/triangulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def calculate_plane_coefficients(self, z):
9191
@property
9292
def edges(self):
9393
"""
94-
Return integer array of shape (?,2) containing all edges of
94+
Return integer array of shape (nedges,2) containing all edges of
9595
non-masked triangles.
9696
9797
Each edge is the start point index and end point index. Each

0 commit comments

Comments
 (0)
0