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

Skip to content

Commit 6218e55

Browse files
jklymaktimhoffm
andauthored
Update lib/matplotlib/colors.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 9512d32 commit 6218e55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,7 @@ def color_block(color):
846846
'</div>')
847847

848848
def copy(self):
849-
"""
850-
Return a copy of the colormap.
851-
"""
849+
"""Return a copy of the colormap."""
852850
return self.__copy__()
853851

854852

0 commit comments

Comments
 (0)