Skip to content

Commit 4f28026

Browse files
committed
fixed typo in whatsnew/v0.20.0.txt
1 parent 60cca5d commit 4f28026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.20.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Bug Fixes
246246
- Bug in ``DataFrame`` construction in which unsigned 64-bit integer elements were being converted to objects (:issue:`14881`)
247247
- Bug in ``astype()`` where ``inf`` values were incorrectly converted to integers. Now raises error now with ``astype()`` for Series and DataFrames (:issue:`14265`)
248248
- Bug in ``describe()`` when passing a numpy array which does not contain the median to the ``percentiles`` keyword argument (:issue:`14908`)
249-
- Bug in ``sort_values()`` when sorting by multiple columns where one colums is of type `int64` and contains `NaT` (:issue:`14922`)
249+
- Bug in ``sort_values()`` when sorting by multiple columns where one column is of type ``int64`` and contains ``NaT`` (:issue:`14922`)
250250

251251

252252

0 commit comments

Comments
 (0)