Skip to content

Commit c139f08

Browse files
BartWillAyd
Bart
authored andcommitted
a -> an (#31033)
1 parent bc9d329 commit c139f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/source/getting_started/dsintro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Like a NumPy array, a pandas Series has a :attr:`~Series.dtype`.
136136
137137
This is often a NumPy dtype. However, pandas and 3rd-party libraries
138138
extend NumPy's type system in a few places, in which case the dtype would
139-
be a :class:`~pandas.api.extensions.ExtensionDtype`. Some examples within
139+
be an :class:`~pandas.api.extensions.ExtensionDtype`. Some examples within
140140
pandas are :ref:`categorical` and :ref:`integer_na`. See :ref:`basics.dtypes`
141141
for more.
142142

0 commit comments

Comments
 (0)