summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-04-11 21:36:41 -0500
committerMichael Merickel <michael@merickel.org>2016-04-11 21:36:41 -0500
commitdb13c844714121e2e6e37382dfd8dbe3716a3bfc (patch)
tree5aa6629de3bc4a8f6f65391179ffa3636fc9e364 /docs/tutorials
parent167b7728a84202daa17004b88c57cb29970ce7d1 (diff)
downloadpyramid-db13c844714121e2e6e37382dfd8dbe3716a3bfc.tar.gz
pyramid-db13c844714121e2e6e37382dfd8dbe3716a3bfc.tar.bz2
pyramid-db13c844714121e2e6e37382dfd8dbe3716a3bfc.zip
fix extras_requires to extras_require
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/installation.rst2
-rw-r--r--docs/tutorials/wiki2/installation.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index 0d006418b..2064d3cc8 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -215,7 +215,7 @@ Install testing requirements
In order to run tests, we need to install the testing requirements. This is
done through our project's ``setup.py`` file, in the ``testing_extras`` and
-``extras_requires`` stanzas, and by issuing the command below for your
+``extras_require`` stanzas, and by issuing the command below for your
operating system.
.. literalinclude:: src/installation/setup.py
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst
index adfbb8625..f5f291112 100644
--- a/docs/tutorials/wiki2/installation.rst
+++ b/docs/tutorials/wiki2/installation.rst
@@ -234,7 +234,7 @@ Install testing requirements
In order to run tests, we need to install the testing requirements. This is
done through our project's ``setup.py`` file, in the ``testing_extras`` and
-``extras_requires`` stanzas, and by issuing the command below for your
+``extras_require`` stanzas, and by issuing the command below for your
operating system.
.. literalinclude:: src/installation/setup.py