diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-09-17 03:23:42 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-09-17 03:23:42 -0700 |
| commit | 9101510d3c08814e5a77683bf56f66a5b852e44e (patch) | |
| tree | 43d3aed158ab8ba6dbf224de4dca6eafdf16cd8f /docs/quick_tutorial | |
| parent | 918a181f9168d8e9c0dd994eae087551e47d5adc (diff) | |
| download | pyramid-9101510d3c08814e5a77683bf56f66a5b852e44e.tar.gz pyramid-9101510d3c08814e5a77683bf56f66a5b852e44e.tar.bz2 pyramid-9101510d3c08814e5a77683bf56f66a5b852e44e.zip | |
fix typo
Re: https://github.com/Pylons/pyramid/pull/1411/files
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/ini.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index 3402c50e8..132bc30be 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -16,7 +16,7 @@ This approach is optional, but its presence makes it distinct from other Python web frameworks. It taps into Python's ``setuptools`` library, which establishes conventions for how Python projects can be installed and provide "entry points". Pyramid uses an entry point to -let a Pyramid application it where to find the WSGI app. +let a Pyramid application know where to find the WSGI app. Objectives ========== |
