Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: lintian
Forwarded: no
Gbp-Pq: Name spelling.patch
@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]
@property
def dayofweek(self):
"""
- Return day of whe week.
+ Return day of the week.
"""
return self.weekday()