summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-05-31 13:58:42 -0700
committerSteve Piercy <web@stevepiercy.com>2020-05-31 13:58:42 -0700
commit0a9d1403bd20c28ca3fb336bd65e2899de356bbb (patch)
tree2c845b1aa6888affde2c9ed40d8842cb0892f876 /src
parentee9b8f2117b626bc782c1895675c85e7f28cdf71 (diff)
downloadpyramid-0a9d1403bd20c28ca3fb336bd65e2899de356bbb.tar.gz
pyramid-0a9d1403bd20c28ca3fb336bd65e2899de356bbb.tar.bz2
pyramid-0a9d1403bd20c28ca3fb336bd65e2899de356bbb.zip
grammar fix
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/view.py b/src/pyramid/view.py
index 85fe73afc..891cedde3 100644
--- a/src/pyramid/view.py
+++ b/src/pyramid/view.py
@@ -198,7 +198,7 @@ class view_config:
.. note::
- Because of a limitation of ``venusian.Scanner.scan``, note that
+ Because of a limitation with ``venusian.Scanner.scan``, note that
``view_config`` will work only for the following conditions.
- In Python packages that have an ``__init__.py`` file in their