Skip to content

Commit 1d26465

Browse files
authored
Update range.rst
1 parent a4fa122 commit 1d26465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/syntax/range.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A list range is in one of the following forms:
1414

1515

1616
A *location* is described elsewhere. *first* and *last* can also be
17-
locations but they also may be a number. And finally *last* can be a (line number)
17+
locations, but they may also be a number. And finally, *last* can be a (line number)
1818
offset.
1919

2020
A number is just a decimal number. An offset is a number prefaced with "+" and
@@ -25,7 +25,7 @@ List Range Examples
2525

2626
::
2727

28-
5 # start from line 5 of current file
28+
5 # start from line 5 of the current file
2929
5 , # Same as above.
3030
, 5 # listsize lines before and up to 5
3131
foo.py:5 # start from line 5 of file foo.py

0 commit comments

Comments
 (0)