Skip to content

Commit c63e7da

Browse files
authored
docs: update bigframes.pandas.index docs return types (#1191)
1 parent 3392800 commit c63e7da

File tree

1 file changed

+1
-1
lines changed
  • third_party/bigframes_vendored/pandas/core/indexes

1 file changed

+1
-1
lines changed

third_party/bigframes_vendored/pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def drop(self, labels) -> Index:
987987
labels (array-like or scalar):
988988
989989
Returns:
990-
Index: Will be same type as self.
990+
bigframes.pandas.Index: Will be same type as self.
991991
"""
992992
raise NotImplementedError(constants.ABSTRACT_METHOD_ERROR_MESSAGE)
993993

0 commit comments

Comments
 (0)