Skip to content

Commit

Permalink
Rev: small docstrings bug fix
Browse files Browse the repository at this point in the history
Co-authored-by: GALI PREM SAGAR <[email protected]>
  • Loading branch information
isVoid and galipremsagar authored Mar 18, 2021
1 parent 7cb25e7 commit 6ce751a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -7726,7 +7726,7 @@ def explode(self, column, ignore_index=False):
DataFrame
Examples
-------
--------
>>> import cudf
>>> cudf.DataFrame(
{"a": [[1, 2, 3], [], None, [4, 5]], "b": [11, 22, 33, 44]})
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -6379,7 +6379,7 @@ def explode(self, ignore_index=False):
DataFrame
Examples
-------
--------
>>> import cudf
>>> s = cudf.Series([[1, 2, 3], [], None, [4, 5]])
>>> s
Expand Down

0 comments on commit 6ce751a

Please sign in to comment.