diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-01 18:25:29 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-01 18:25:29 -0800 |
| commit | c5d01d4667d678782898b7d6859d60c617e30a9e (patch) | |
| tree | c792a3bf12b2b2615fbb306e354c85b10983d63b /docs/narr/install.rst | |
| parent | 1b5c1c3df5eadf02b0e8818e32ee45e69b2c051f (diff) | |
| parent | 043ccddb909327106264d10ed5d413760a51770d (diff) | |
| download | pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.gz pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.bz2 pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.zip | |
Merge pull request #760 from tshepang/typos
lots of typos
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 6db0d88f5..ff89553ae 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -171,10 +171,10 @@ installed: Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. - >>> import setutptools + >>> import setuptools Traceback (most recent call last): File "<stdin>", line 1, in <module> - ImportError: No module named setutptools + ImportError: No module named setuptools >>> If ``import setuptools`` raises an :exc:`ImportError` as it does above, you |
