Skip to content

Commit 2ec7f2f

Browse files
bwignalljreback
authored andcommitted
Fix small typos (#29584)
1 parent 0e1d56a commit 2ec7f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user_guide/integer_na.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ up with a ``float64`` dtype Series:
6363
pd.Series([1, 2, np.nan])
6464
6565
Operations involving an integer array will behave similar to NumPy arrays.
66-
Missing values will be propagated, and and the data will be coerced to another
66+
Missing values will be propagated, and the data will be coerced to another
6767
dtype if needed.
6868

6969
.. ipython:: python

doc/source/whatsnew/v0.20.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Check the :ref:`API Changes <whatsnew_0200.api_breaking>` and :ref:`deprecations
3333

3434
.. note::
3535

36-
This is a combined release for 0.20.0 and and 0.20.1.
36+
This is a combined release for 0.20.0 and 0.20.1.
3737
Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils`` routines. (:issue:`16250`)
3838

3939
.. contents:: What's new in v0.20.0

0 commit comments

Comments
 (0)