summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-12 02:51:20 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-12 02:51:20 -0700
commitb485166239091c620c96ca71369c69f6fa7a8be7 (patch)
tree2579157b840714e00202a1c7bb730d6849e4d7b6 /docs/narr/commandline.rst
parentd603697517d56a1e2f2a5707ebba922db24f5c71 (diff)
downloadpyramid-b485166239091c620c96ca71369c69f6fa7a8be7.tar.gz
pyramid-b485166239091c620c96ca71369c69f6fa7a8be7.tar.bz2
pyramid-b485166239091c620c96ca71369c69f6fa7a8be7.zip
- replace `python -m` with `python3 -m`
Diffstat (limited to 'docs/narr/commandline.rst')
-rw-r--r--docs/narr/commandline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index bc04f4c7a..3e164ee8d 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -578,10 +578,10 @@ Using Custom Arguments to Python when Running ``p*`` Scripts
.. versionadded:: 1.5
Each of Pyramid's console scripts (``pserve``, ``pviews``, etc.) can be run
-directly using ``python -m``, allowing custom arguments to be sent to the
+directly using ``python3 -m``, allowing custom arguments to be sent to the
Python interpreter at runtime. For example::
- python -3 -m pyramid.scripts.pserve development.ini
+ python3 -m pyramid.scripts.pserve development.ini
.. index::