Skip to content

Commit f4763ba

Browse files
author
simonpf
committed
Fixed indentation in docstring of pcolormesh.
1 parent 86704aa commit f4763ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5538,7 +5538,7 @@ def pcolormesh(self, *args, **kwargs):
55385538
thrown. However, for compatibility with the flat shading case, the
55395539
``interpolate_grids`` keyword argument is provided. When set to
55405540
``True`` and *X* and *Y* have one row and column more then *C*,
5541-
*X* and *Y* will be linearly interpolated to obtain the corresponding
5541+
*X* and *Y* will be linearly interpolated to obtain the corresponding
55425542
centerpoints.
55435543
55445544
Keyword arguments:

0 commit comments

Comments
 (0)