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

Skip to content

Commit 04e7b05

Browse files
committed
Docstring update
1 parent 6f5b0ea commit 04e7b05

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
@@ -366,7 +366,7 @@ def set_array(self, A):
366366
367367
Parameters
368368
----------
369-
A : ndarray
369+
A : ndarray or None
370370
"""
371371
self._A = A
372372
self._update_dict['array'] = True

0 commit comments

Comments
 (0)