Skip to content

Commit 528d176

Browse files
DOC: Fix reference to api.typing.NaType (#58871)
1 parent 8593554 commit 528d176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/missing_data.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use :class:`api.typing.NaTType`.
3232
:class:`NA` for :class:`StringDtype`, :class:`Int64Dtype` (and other bit widths),
3333
:class:`Float64Dtype` (and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`.
3434
These types will maintain the original data type of the data.
35-
For typing applications, use :class:`api.types.NAType`.
35+
For typing applications, use :class:`api.typing.NAType`.
3636

3737
.. ipython:: python
3838

0 commit comments

Comments
 (0)