8000 Doc: fix typo in contour doc · matplotlib/matplotlib@c8a9ab1 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8a9ab1

Browse files
Doc: fix typo in contour doc
1 parent 5e3bede commit c8a9ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ def _initialize_x_y(self, z):
17471747
filled contours, the default is *True*. For line contours,
17481748
it is taken from :rc:`lines.antialiased`.
17491749
1750-
Nchunk : int >= 0, optional
1750+
nchunk : int >= 0, optional
17511751
If 0, no subdivision of the domain. Specify a positive integer to
17521752
divide the domain into subdomains of *nchunk* by *nchunk* quads.
17531753
Chunking reduces the maximum length of polygons generated by the

0 commit comments

Comments
 (0)
0