Skip to content

Commit 32df1e6

Browse files
committed
DOC: typo in merge.rst
1 parent 03dca96 commit 32df1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ The right frame.
797797

798798
.. ipython:: python
799799
800-
right = pd.DataFrame({'X': Series(['foo', 'bar']).astype('category', categories=['foo', 'bar']),
800+
right = pd.DataFrame({'X': pd.Series(['foo', 'bar']).astype('category', categories=['foo', 'bar']),
801801
'Z': [1, 2]})
802802
right
803803
right.dtypes

0 commit comments

Comments
 (0)