spelling
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 27 Oct 2019 11:38:37 +0000 (11:38 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 27 Oct 2019 11:38:37 +0000 (11:38 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: lintian
Forwarded: no

Gbp-Pq: Name spelling.patch

doc/source/whatsnew/v0.18.1.txt
pandas/_libs/lib.pyx

index de9a5d5d8afaeebcbd90a994bf2a1a650c0a1d54..0114134b6340c604f3a822b8431a955fd1f29a37 100644 (file)
@@ -605,7 +605,7 @@ Bug Fixes
 - Bug in ``.astype()`` of a ``Float64Inde/Int64Index`` to an ``Int64Index`` (:issue:`12881`)
 - Bug in roundtripping an integer based index in ``.to_json()/.read_json()`` when ``orient='index'`` (the default) (:issue:`12866`)
 - Bug in plotting ``Categorical`` dtypes cause error when attempting stacked bar plot (:issue:`13019`)
-- Compat with >= ``numpy`` 1.11 for ``NaT`` comparions (:issue:`12969`)
+- Compat with >= ``numpy`` 1.11 for ``NaT`` comparisons (:issue:`12969`)
 - Bug in ``.drop()`` with a non-unique ``MultiIndex``. (:issue:`12701`)
 - Bug in ``.concat`` of datetime tz-aware and naive DataFrames (:issue:`12467`)
 - Bug in correctly raising a ``ValueError`` in ``.resample(..).fillna(..)`` when passing a non-string (:issue:`12952`)
index ae9d240afcb936a8547cc6a7d7f0a19d202291d2..baf6eea6f199d115e5cf12606e724baf3e792d55 100644 (file)
@@ -417,7 +417,7 @@ def maybe_booleans_to_slice(ndarray[uint8_t] mask):
 @cython.wraparound(False)
 @cython.boundscheck(False)
 cpdef bint array_equivalent_object(object[:] left, object[:] right):
-    """ 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]