Skip to content

Commit e7851a4

Browse files
committed
fix typo in nxutils
Thanks to Simon Law (@sfllaw) for point this out
1 parent e87374e commit e7851a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/nxutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def pnpoly(x, y, xyverts):
1616
.. deprecated:: 1.2.0
1717
Use :meth:`~matplotlib.path.Path.contains_point` instead.
1818
"""
19-
warings.warn(
19+
warnings.warn(
2020
"nxutils is deprecated. Use matplotlib.path.Path.contains_point"
2121
" instead.",
2222
DeprecationWarning)

0 commit comments

Comments
 (0)