We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fa122 commit 1d26465Copy full SHA for 1d26465
docs/syntax/range.rst
@@ -14,7 +14,7 @@ A list range is in one of the following forms:
14
15
16
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)
+locations, but they may also be a number. And finally, *last* can be a (line number)
18
offset.
19
20
A number is just a decimal number. An offset is a number prefaced with "+" and
@@ -25,7 +25,7 @@ List Range Examples
25
26
::
27
28
- 5 # start from line 5 of current file
+ 5 # start from line 5 of the current file
29
5 , # Same as above.
30
, 5 # listsize lines before and up to 5
31
foo.py:5 # start from line 5 of file foo.py
0 commit comments