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

Skip to content

Commit aed032d

Browse files
committed
Fix typo in docstring.
svn path=/trunk/matplotlib/; revision=6532
1 parent 2fd8914 commit aed032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5548,7 +5548,7 @@ def fill_between(self, x, y1, y2=0, where=None, **kwargs):
55485548
55495549
fill_between(x, y1, y2=0, where=None, **kwargs)
55505550
5551-
Create a :class:`~matplotlib.collectionsPolyCollection`
5551+
Create a :class:`~matplotlib.collections.PolyCollection`
55525552
filling the regions between *y1* and *y2* where
55535553
``where==True``
55545554

0 commit comments

Comments
 (0)