We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a06b1 commit 2bd419bCopy full SHA for 2bd419b
pandas/core/series.py
@@ -910,7 +910,7 @@ def __getitem__(self, key):
910
def _get_with(self, key):
911
# other: fancy integer or otherwise
912
if isinstance(key, slice):
913
- # _convert_slice_indexer to determining if this slice is positional
+ # _convert_slice_indexer to determin if this slice is positional
914
# or label based, and if the latter, convert to positional
915
slobj = self.index._convert_slice_indexer(key, kind="getitem")
916
return self._slice(slobj)
0 commit comments