Skip to content

Commit 5f1d6b0

Browse files
Update lib/matplotlib/contour.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 8eff292 commit 5f1d6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def remove(self):
524524
text.remove()
525525
except ValueError:
526526
_api.warn_external(
527-
"Some labels were manually removed before the ContourSet. "
527+
"Some labels were manually removed from the ContourSet. "
528528
"To remove labels cleanly, remove the entire ContourSet "
529529
"and recreate it.")
530530
self.labelTexts.clear()

0 commit comments

Comments
 (0)