cs.range: docstring fix
1 files changed, 3 insertions(+), 2 deletions(-)

M lib/python/cs/range.py
M lib/python/cs/range.py +3 -2
@@ 135,8 135,9 @@ class Range(object):
 
         Called with `start` and `end`, these specify the initial
         `Span` of the `Range`.
-        If called with just one argument that argument instead be an iterable
-        of integer values comprising the values in the `Range`.
+        If called with just one argument that argument must instead
+        be an iterable of integer values comprising the values in
+        the `Range`.
     '''
     if debug is None:
       debug = ifdebug()