Skip to content

Commit 0e62724

Browse files
authored
Fix wording
1 parent 3797656 commit 0e62724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/contour.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,8 @@ def _initialize_x_y(self, z):
14901490
to automatically choose no more than *n+1* "nice" contour levels
14911491
between minimum and maximum numeric values of *Z*.
14921492
1493-
If None (default), a reasonable default is chosen; for linear
1494-
scales, *n*=7 is the default.
1493+
If not given, a reasonable default is chosen; for linear scales,
1494+
*n*=7 is the default.
14951495
14961496
If array-like, draw contour lines at the specified levels.
14971497
The values must be in increasing order.

0 commit comments

Comments
 (0)