Skip to content

Commit fb081b6

Browse files
apaszketimhoffm
andauthored
Update lib/matplotlib/collections.py
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 3887067 commit fb081b6

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
@@ -1072,7 +1072,7 @@ def __init__(self, verts, sizes=None, closed=True, **kwargs):
10721072

10731073
# This function creates a lot of Path object, which is pretty much
10741074
# guaranteed to trigger the GC multiple times. None of them will be garbage
1075-
# just yet, so all those runs are completely necessary.
1075+
# just yet, so all those runs are completely unnecessary.
10761076
@cbook._without_gc
10771077
def set_verts(self, verts, closed=True):
10781078
"""

0 commit comments

Comments
 (0)