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

Skip to content

Commit 3570f12

Browse files
committed
Remove whitespaces
1 parent 98b6ad9 commit 3570f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _contour_args(self, args, kwargs):
257257
def tricontour(ax, *args, **kwargs):
258258
"""
259259
%(_tricontour_doc)s
260-
260+
261261
corner_mask : bool, default: :rc:`contour.corner_mask`
262262
Enable/disable corner masking, which only has an effect if *Z* is
263263
a masked array. If ``False``, any quad touching a masked point is

0 commit comments

Comments
 (0)