Skip to content

Commit 453b73b

Browse files
committed
Fixing missing closing parenthesis
1 parent cfe54bd commit 453b73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ be removed in a future version. Use :func:`pandas.concat` instead (:issue:`35407
666666

667667
.. code-block:: ipython
668668
669-
In [1]: pd.Series([1, 2]).append(pd.Series([3, 4])
669+
In [1]: pd.Series([1, 2]).append(pd.Series([3, 4]))
670670
Out [1]:
671671
<stdin>:1: FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
672672
0 1

0 commit comments

Comments
 (0)