Skip to content

Commit

Permalink
Fix typo in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 24, 2023
1 parent c99982f commit b2bc4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndindex/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class Slice(NDIndex):
`ndindex[slice]`, which allows using `a:b` slicing syntax:
>>> from ndindex import ndindex
>>> ndindex[0: 10]
Slice(0, 10, None
>>> ndindex[0:10]
Slice(0, 10, None)
"""
__slots__ = ()
Expand Down

0 comments on commit b2bc4e6

Please sign in to comment.