Skip to content

Commit 16e36dc

Browse files
authored
DOC: fix reference to api.typing.NaTType (from api.types.NaTType) (#57309)
1 parent 271f8f2 commit 16e36dc

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
@@ -21,7 +21,7 @@ is that the original data type will be coerced to ``np.float64`` or ``object``.
2121
pd.Series([True, False], dtype=np.bool_).reindex([0, 1, 2])
2222
2323
:class:`NaT` for NumPy ``np.datetime64``, ``np.timedelta64``, and :class:`PeriodDtype`. For typing applications,
24-
use :class:`api.types.NaTType`.
24+
use :class:`api.typing.NaTType`.
2525

2626
.. ipython:: python
2727

0 commit comments

Comments
 (0)