Skip to content

Commit cf01877

Browse files
manual fix
1 parent 81a06b1 commit cf01877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def __getitem__(self, key):
910910
def _get_with(self, key):
911911
# other: fancy integer or otherwise
912912
if isinstance(key, slice):
913-
# _convert_slice_indexer to determining if this slice is positional
913+
# _convert_slice_indexer to determin if this slice is positional
914914
# or label based, and if the latter, convert to positional
915915
slobj = self.index._convert_slice_indexer(key, kind="getitem")
916916
return self._slice(slobj)

0 commit comments

Comments
 (0)