Skip to content

Commit a4c8c60

Browse files
jrebackAnkurDedania
authored andcommitted
DOC: typo in merge.rst
1 parent 3bca592 commit a4c8c60

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)