Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e98633

Browse files
authored
Trailing whitespace
1 parent 7828b9c commit 2e98633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/legend_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def create_artists(self, legend, orig_handle,
613613
for x, y in zip(xdata_marker, ydata)]
614614

615615
if using_linecoll:
616-
# change the function used by update_prop() from the default
616+
# change the function used by update_prop() from the default
617617
# to one that handles LineCollection
618618
orig_update_func = self._update_prop_func
619619
self._update_prop_func = self._copy_collection_props

0 commit comments

Comments
 (0)