Skip to content

Commit a6e5b91

Browse files
committed
merge conflict fixup
1 parent ad9b8fd commit a6e5b91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/source/whatsnew/v1.0.0.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
330330
Out[1]:
331331
0
332332
1 1
333-
333+
334334
In [2]: df.rename(mapper={0: 1}, index={0: 2})
335335
Out[2]:
336336
0
@@ -339,7 +339,7 @@ Note that errors will now be raised when conflicting or potentially ambiguous ar
339339
*pandas 1.0.0*
340340

341341
.. ipython:: python
342-
342+
343343
df.rename({0: 1}, index={0: 2})
344344
df.rename(mapper={0: 1}, index={0: 2})
345345
@@ -357,7 +357,7 @@ keywords.
357357
.. ipython:: python
358358
359359
df.rename(index={0: 1}, columns={0: 2})
360-
360+
361361
Extended verbose info output for :class:`~pandas.DataFrame`
362362
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
363363

@@ -441,7 +441,6 @@ As a reminder, you can specify the ``dtype`` to disable all inference.
441441
>>> a[2]
442442
nan
443443
444-
>>>>>>> upstream/master
445444
*pandas 1.0.0*
446445

447446
.. ipython:: python

0 commit comments

Comments
 (0)