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

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/nxutils.py

Lines changed: 1 addition & 1 deletion
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)