summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2024-02-04 12:15:19 -0700
committerMichael Merickel <michael@merickel.org>2024-02-04 12:15:19 -0700
commitb44a55f6a9070b7531222e85f12fcc17fe0c255e (patch)
tree92a9c7af392dadc10cd313a626a7935f7d7e21d2 /docs
parent7a68954f6edab387f01897867f6792fa18d9229d (diff)
downloadpyramid-b44a55f6a9070b7531222e85f12fcc17fe0c255e.tar.gz
pyramid-b44a55f6a9070b7531222e85f12fcc17fe0c255e.tar.bz2
pyramid-b44a55f6a9070b7531222e85f12fcc17fe0c255e.zip
fix design chapter
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst
index e3b35d24a..f7cbc5fdc 100644
--- a/docs/tutorials/wiki2/design.rst
+++ b/docs/tutorials/wiki2/design.rst
@@ -13,7 +13,7 @@ Overall
We choose to use :term:`reStructuredText` markup in the wiki text. Translation
from reStructuredText to HTML is provided by the widely used ``docutils``
Python module. We will add this module to the dependency list in the project's
-``setup.py`` file.
+``pyproject.toml`` file.
Models
======