Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion command-line-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are two mechanisms that ``setuptools.setup()`` provides to do this: the ``
The ``scripts`` Keyword Argument
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The first approach is to write your script in a separate file, such as you might write a shell script.::
The first approach is to write your script in a separate file, such as you might write a shell script::

funniest/
funniest/
Expand Down