Skip to content

Commit 4baeede

Browse files
authored
Updated docstring for MultiIndex.get_level_values (#48756)
The docstring read "maybe casted to", instead of "may be cast to".
1 parent 6c7507f commit 4baeede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/multi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ def get_level_values(self, level):
17291729
Index(['d', 'e', 'f'], dtype='object', name='level_2')
17301730
17311731
If a level contains missing values, the return type of the level
1732-
maybe casted to ``float``.
1732+
may be cast to ``float``.
17331733
17341734
>>> pd.MultiIndex.from_arrays([[1, None, 2], [3, 4, 5]]).dtypes
17351735
level_0 int64

0 commit comments

Comments
 (0)