Skip to content

Commit

Permalink
docs: be more specific: python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 14, 2023
1 parent f88d1e0 commit c407f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Unreleased

- An input file name of "-" will read input from standard in.

- Cog can now be run with "python -m cogapp [args]".
- Cog can now be run with "python3 -m cogapp [args]".

- All files are assumed to be encoded with UTF-8.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ not "cog":

.. code-block:: bash
$ python -m pip install cogapp
$ python3 -m pip install cogapp
You should now have a "cog" command you can run.

Expand Down
2 changes: 1 addition & 1 deletion docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ invoke it as a module with the Python interpreter:

.. code-block:: bash
$ python -m cogapp [options] [arguments]
$ python3 -m cogapp [options] [arguments]
Note that the Python module is called "cogapp".

Expand Down

0 comments on commit c407f35

Please sign in to comment.