summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/distributing.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-23 22:49:38 -0600
committerGitHub <noreply@github.com>2016-12-23 22:49:38 -0600
commit1a27bf722ddf945f13ebf2c5bdb9ca121ad15663 (patch)
treea523837721c01c441116737dcbb629b5f464cd2c /docs/tutorials/wiki2/distributing.rst
parentd2f0fe8e44fd81d99142b8174c665354a072b774 (diff)
parentf4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0 (diff)
downloadpyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.gz
pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.bz2
pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.zip
Merge pull request #2883 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - wiki2
Diffstat (limited to 'docs/tutorials/wiki2/distributing.rst')
-rw-r--r--docs/tutorials/wiki2/distributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst
index 7e2a08a58..dd6b1b750 100644
--- a/docs/tutorials/wiki2/distributing.rst
+++ b/docs/tutorials/wiki2/distributing.rst
@@ -31,7 +31,7 @@ The output of such a command will be something like:
Creating tar archive
removing 'tutorial-0.0' (and everything under it)
-Note that this command creates a tarball in the "dist" subdirectory named
+Note that this command creates a tarball in the ``dist`` subdirectory named
``tutorial-0.0.tar.gz``. You can send this file to your friends to show them
your cool new application. They should be able to install it by pointing the
``pip install`` command directly at it. Or you can upload it to `PyPI