diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-21 21:56:43 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-21 21:56:43 -0700 |
| commit | 7208cb6b543a9b417b383a225269f8e4b0c1b318 (patch) | |
| tree | c83d09ce2cfba2190ce0c7ad20aa481644c33226 /docs | |
| parent | 0438fa8fbed9ecb9a795efc8eee32ba6e3302054 (diff) | |
| download | pyramid-7208cb6b543a9b417b383a225269f8e4b0c1b318.tar.gz pyramid-7208cb6b543a9b417b383a225269f8e4b0c1b318.tar.bz2 pyramid-7208cb6b543a9b417b383a225269f8e4b0c1b318.zip | |
fix typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/urldispatch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index f0aafb4f1..71949582f 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -414,7 +414,7 @@ found via :term:`view lookup`. factory='myproject.models.root_factory') The factory can either be a Python object or a :term:`dotted Python name` (a -string) which points to such a Python oject, as it is above. +string) which points to such a Python object, as it is above. In this way, each route can use a different factory, making it possible to supply a different :term:`context` object to the view |
