Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Apr 14, 2022
1 parent 43c7cc3 commit 176568b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def process_class_docstrings(app, what, name, obj, options, lines):
lines[:] = lines[:cut_index]


nitpick_ignore = [("py:class", "SeriesOrIndex"),]


def setup(app):
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/_base_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_level_values(self, level):
See Also
--------
cudf.core.multiindex.MultiIndex.get_level_values : Get values for
cudf.MultiIndex.get_level_values : Get values for
a level of a MultiIndex.
Notes
Expand Down

0 comments on commit 176568b

Please sign in to comment.