Fix typos
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Fri, 3 Apr 2020 20:56:02 +0000 (21:56 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 3 Apr 2020 20:56:02 +0000 (21:56 +0100)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: lintian
Forwarded: no

Gbp-Pq: Name spelling.patch

pandas/_libs/lib.pyx
pandas/_libs/tslibs/timestamps.pyx

index fef17fd43a8e3dca022e90c09eb84aaedd3346da..ed5feabf6ed74d5c21e10425c4f1058bb9634be8 100644 (file)
@@ -510,7 +510,7 @@ def maybe_booleans_to_slice(ndarray[uint8_t] mask):
 @cython.wraparound(False)
 @cython.boundscheck(False)
 def array_equivalent_object(left: object[:], right: object[:]) -> bool:
-    """ perform an element by element comparion on 1-d object arrays
+    """ perform an element by element comparison on 1-d object arrays
         taking into account nan positions """
     cdef:
         Py_ssize_t i, n = left.shape[0]
index c8c6efda30fae2c0f45a3a0f321218dce841dbc9..f124d7580e5fe5d1eea5b35fb602bfa5ff551092 100644 (file)
@@ -595,7 +595,7 @@ default 'raise'
     @property
     def dayofweek(self):
         """
-        Return day of whe week.
+        Return day of the week.
         """
         return self.weekday()