Skip to content

Commit

Permalink
DOC: typo in merge.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 13, 2017
1 parent 03dca96 commit 32df1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ The right frame.

.. ipython:: python
right = pd.DataFrame({'X': Series(['foo', 'bar']).astype('category', categories=['foo', 'bar']),
right = pd.DataFrame({'X': pd.Series(['foo', 'bar']).astype('category', categories=['foo', 'bar']),
'Z': [1, 2]})
right
right.dtypes
Expand Down

0 comments on commit 32df1e6

Please sign in to comment.