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

Skip to content

Commit 03fa734

Browse files
authored
removed a typo
removed a typo r in ScalarMappable
1 parent b12a3a8 commit 03fa734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class ScalarMappable:
146146
147147
"""
148148
def __init__(self, norm=None, cmap=None):
149-
r"""
149+
"""
150150
151151
Parameters
152152
----------

0 commit comments

Comments
 (0)