Skip to content

Commit

Permalink
See above
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 6, 2015
1 parent ef261cc commit 9d37b7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/commands/files/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
List (show me the code!)
------------------------

::

**list** [*module] [*first* [*num*]]
**list** *location* [*num*]

Expand Down Expand Up @@ -40,6 +38,8 @@ just something that evaluates to a positive integer.
Examples:
+++++++++

::

list 5 # List starting from line 5
list 4+1 # Same as above.
list foo.py:5 # List starting from line 5 of foo.py
Expand All @@ -55,4 +55,5 @@ Examples:
See also:
+++++++++

`set listize` or `show listsize` to see or set the value.
:ref:`set listize <set_listsize>` or :ref:`show listsize
<show_listsize>` to see or set the number of source-code lines to list.

0 comments on commit 9d37b7b

Please sign in to comment.