Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 1, 2013
1 parent e006229 commit 78bacaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/narr/install.rst
Expand Up @@ -167,10 +167,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
Expand Down

0 comments on commit 78bacaa

Please sign in to comment.