Skip to content

Commit

Permalink
docs: fix word in slice edit docs (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Oct 23, 2022
1 parent a995203 commit 9e29739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicgui/widgets/_concrete.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def __repr__(self) -> str:


class SliceEdit(RangeEdit):
"""A widget to represent range objects, with start/stop/step.
"""A widget to represent `slice` objects, with start/stop/step.
slice(stop)
slice(start, stop[, step])
Expand Down

0 comments on commit 9e29739

Please sign in to comment.