Skip to content

Commit

Permalink
Typo fix in DiscreteRange.__init__ documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed May 11, 2017
1 parent f13148f commit 1df9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spans/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def right_of(self, other):

class DiscreteRange(Range):
"""
DiscreteRange(lower=None, upper=None, lower_inc=None, upper_inc)
DiscreteRange(lower=None, upper=None, lower_inc=None, upper_inc=None)
Discrete ranges are a subset of ranges that works on discrete types. This
includes ``int`` and ``datetime.date``.
Expand Down

0 comments on commit 1df9980

Please sign in to comment.