Skip to content

Commit

Permalink
Update python/cudf/cudf/core/multiindex.py
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Kraus <[email protected]>
  • Loading branch information
galipremsagar and Keith Kraus authored Mar 2, 2021
1 parent e639625 commit c42750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/multiindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def isin(self, values, level=None):
--------
>>> import cudf
>>> import pandas as pd
>>> midx = cudf.form_pandas(pd.MultiIndex.from_arrays([[1,2,3],
>>> midx = cudf.from_pandas(pd.MultiIndex.from_arrays([[1,2,3],
... ['red', 'blue', 'green']],
... names=('number', 'color')))
>>> midx
Expand Down

0 comments on commit c42750b

Please sign in to comment.