diff --git a/doc/source/user_guide/integer_na.rst b/doc/source/user_guide/integer_na.rst index 97b9c2f95dc50..db6869a3804bd 100644 --- a/doc/source/user_guide/integer_na.rst +++ b/doc/source/user_guide/integer_na.rst @@ -63,7 +63,7 @@ up with a ``float64`` dtype Series: pd.Series([1, 2, np.nan]) Operations involving an integer array will behave similar to NumPy arrays. -Missing values will be propagated, and and the data will be coerced to another +Missing values will be propagated, and the data will be coerced to another dtype if needed. .. ipython:: python diff --git a/doc/source/whatsnew/v0.20.0.rst b/doc/source/whatsnew/v0.20.0.rst index c7278d5a47ba6..e7dc6150ffcb1 100644 --- a/doc/source/whatsnew/v0.20.0.rst +++ b/doc/source/whatsnew/v0.20.0.rst @@ -33,7 +33,7 @@ Check the :ref:`API Changes ` and :ref:`deprecations .. note:: - This is a combined release for 0.20.0 and and 0.20.1. + This is a combined release for 0.20.0 and 0.20.1. Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils`` routines. (:issue:`16250`) .. contents:: What's new in v0.20.0