Skip to content

Commit 4128780

Browse files
committed
post merge fixes
1 parent 6ba8518 commit 4128780

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

doc/source/whatsnew/v1.0.0.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
324324
Out[1]:
325325
0
326326
1 1
327-
327+
328328
In [2]: df.rename(mapper={0: 1}, index={0: 2})
329329
Out[2]:
330330
0
@@ -351,7 +351,7 @@ keywords.
351351
.. ipython:: python
352352
353353
df.rename(index={0: 1}, columns={0: 2})
354-
354+
355355
Extended verbose info output for :class:`~pandas.DataFrame`
356356
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
357357

@@ -586,8 +586,6 @@ Optional libraries below the lowest tested version may still work, but are not c
586586

587587
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
588588

589-
>>>>>>> upstream/master
590-
591589
.. _whatsnew_1000.api.other:
592590

593591
Other API changes

pandas/core/frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import sys
1616
from textwrap import dedent
1717
from typing import (
18-
Callable,
1918
Callable,
2019
IO,
2120
TYPE_CHECKING,

0 commit comments

Comments
 (0)