Skip to content

Commit a3ca439

Browse files
authored
Fix typo in missing_data.rst (#57131)
Update missing_data.rst Fix typo
1 parent 820ad77 commit a3ca439

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
@@ -30,7 +30,7 @@ use :class:`api.types.NaTType`.
3030
pd.Series(["2020", "2020"], dtype=pd.PeriodDtype("D")).reindex([0, 1, 2])
3131
3232
:class:`NA` for :class:`StringDtype`, :class:`Int64Dtype` (and other bit widths),
33-
:class:`Float64Dtype`(and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`.
33+
:class:`Float64Dtype` (and other bit widths), :class:`BooleanDtype` and :class:`ArrowDtype`.
3434
These types will maintain the original data type of the data.
3535
For typing applications, use :class:`api.types.NAType`.
3636

0 commit comments

Comments
 (0)