Skip to content

Commit 75ac95e

Browse files
authored
DOC: Typo in missing_data.rst (#59061)
Typo in missing_data.rst *compaisons -> comparisons
1 parent c46fb76 commit 75ac95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/missing_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To detect these missing value, use the :func:`isna` or :func:`notna` methods.
6060
6161
.. warning::
6262

63-
Equality compaisons between ``np.nan``, :class:`NaT`, and :class:`NA`
63+
Equality comparisons between ``np.nan``, :class:`NaT`, and :class:`NA`
6464
do not act like ``None``
6565

6666
.. ipython:: python

0 commit comments

Comments
 (0)