diff options
| author | Michael Merickel <github@m.merickel.org> | 2024-02-07 20:52:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 20:52:05 -0700 |
| commit | 53eb7e7cc6b7bfdedb4df4821af66619bebf909c (patch) | |
| tree | c0244a2971d7fead848359f3d83fe158f8b509ad /docs/tutorials/wiki/design.rst | |
| parent | 151ebdc003a3a372017fdf73c14fbebcc550535d (diff) | |
| parent | fea81c0cf25402c7088b002be7a1672d29841345 (diff) | |
| download | pyramid-53eb7e7cc6b7bfdedb4df4821af66619bebf909c.tar.gz pyramid-53eb7e7cc6b7bfdedb4df4821af66619bebf909c.tar.bz2 pyramid-53eb7e7cc6b7bfdedb4df4821af66619bebf909c.zip | |
Merge pull request #3751 from Pylons/tseaver-refresh-zodb-tutorial
docs: refresh ZODB wiki tutorial
Diffstat (limited to 'docs/tutorials/wiki/design.rst')
| -rw-r--r-- | docs/tutorials/wiki/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst index 5c86293f6..9c03d4bdc 100644 --- a/docs/tutorials/wiki/design.rst +++ b/docs/tutorials/wiki/design.rst @@ -12,7 +12,7 @@ Overall We choose to use :term:`reStructuredText` markup in the wiki text. Conversion from reStructuredText to HTML is provided by the widely used ``docutils`` Python module. -We will add this module in the dependency list on the project ``setup.py`` file. +We will add this module in the dependency list on the project's ``pyproject.toml`` file. Models |
