8000 Docstring double quotes · matplotlib/matplotlib@0bef714 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bef714

Browse files
committed
Docstring double quotes
1 parent da04fa3 commit 0bef714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/legend_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,10 +649,10 @@ def create_artists(self, legend, orig_handle,
649649
return artists
650650

651651
def _copy_collection_props(self, legend_handle, orig_handle):
652-
'''
652+
"""
653653
Method to copy properties from a LineCollection (orig_handle) to a
654654
Line2D (legend_handle).
655-
'''
655+
"""
656656
legend_handle.set_color(orig_handle.get_color()[0])
657657
legend_handle.set_linestyle(orig_handle.get_linestyle()[0])
658658

0 commit comments

Comments
 (0)
0