Fix typos
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 26 Aug 2020 21:34:50 +0000 (22:34 +0100)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: lintian
Forwarded: not-needed (already fixed)

Gbp-Pq: Name spelling.patch

pandas/_libs/lib.pyx
pandas/core/arrays/boolean.py
pandas/core/arrays/integer.py

index 87d9394be555dea8e383e29aa517ce970640458c..607d69be89b60fd9299254946456806d459ebb4f 100644 (file)
@@ -2012,7 +2012,7 @@ def maybe_convert_objects(ndarray[object] objects, bint try_float=0,
         If an array-like object contains only timedelta values or NaT is
         encountered, whether to convert and return an array of m8[ns] dtype.
     convert_to_nullable_integer : bool, default False
-        If an array-like object contains only interger values (and NaN) is
+        If an array-like object contains only integer values (and NaN) is
         encountered, whether to convert and return an IntegerArray.
 
     Returns
index 9eeed42124f2af9a25520002901794cc8fe447a0..76d8c48c816b7295829a41c05a0d6967fab90068 100644 (file)
@@ -390,7 +390,7 @@ class BooleanArray(BaseMaskedArray):
         Returns
         -------
         array : ndarray or ExtensionArray
-            NumPy ndarray, BooleanArray or IntergerArray with 'dtype' for its dtype.
+            NumPy ndarray, BooleanArray or IntegerArray with 'dtype' for its dtype.
 
         Raises
         ------
index 96fdd8ee3c679a7781f08f3f4937d723b9ccbdaf..3b4aeb595f0dd16bc9a6496b9ffae2b325f40e5c 100644 (file)
@@ -439,7 +439,7 @@ class IntegerArray(BaseMaskedArray):
         Returns
         -------
         array : ndarray or IntegerArray
-            NumPy ndarray or IntergerArray with 'dtype' for its dtype.
+            NumPy ndarray or IntegerArray with 'dtype' for its dtype.
 
         Raises
         ------