summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki/distributing.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-10-25 17:38:13 -0400
committerChris McDonough <chrism@plope.com>2010-10-25 17:38:13 -0400
commitae8e4ad63449212da28c6a169c36aac54ed38a9e (patch)
tree830a4e3082d2eae5eaab9fa437bd83c10c1abd6f /docs/tutorials/bfgwiki/distributing.rst
parent3bea655f0147c9fc6ec948cbaf8ee7a5767eb045 (diff)
downloadpyramid-ae8e4ad63449212da28c6a169c36aac54ed38a9e.tar.gz
pyramid-ae8e4ad63449212da28c6a169c36aac54ed38a9e.tar.bz2
pyramid-ae8e4ad63449212da28c6a169c36aac54ed38a9e.zip
convert bfgwiki tutorial to pyramid
Diffstat (limited to 'docs/tutorials/bfgwiki/distributing.rst')
-rw-r--r--docs/tutorials/bfgwiki/distributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/bfgwiki/distributing.rst b/docs/tutorials/bfgwiki/distributing.rst
index 3ed84a892..81ec61a63 100644
--- a/docs/tutorials/bfgwiki/distributing.rst
+++ b/docs/tutorials/bfgwiki/distributing.rst
@@ -6,7 +6,7 @@ Once your application works properly, you can create a "tarball" from
it by using the ``setup.py sdist`` command. The following commands
assume your current working directory is the ``tutorial`` package
we've created and that the parent directory of the ``tutorial``
-package is a virtualenv representing a :mod:`repoze.bfg` environment.
+package is a virtualenv representing a :mod:`pyramid` environment.
On UNIX: