File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
import setuptools
14
14
import pkg_resources
15
15
except ImportError:
16
- raise SystemExit("An error occured while trying to run %s. Make sure "
16
+ raise SystemExit("An error occurred while trying to run %s. Make sure "
17
17
"you have setuptools or distribute installed." % __file__)
18
18
import pip
19
19
pip.bootstrap()
Original file line number Diff line number Diff line change 13
13
import setuptools
14
14
import pkg_resources
15
15
except ImportError:
16
- raise SystemExit("An error occured while trying to run %s. Make sure "
16
+ raise SystemExit("An error occurred while trying to run %s. Make sure "
17
17
"you have setuptools or distribute installed." % __file__)
18
18
import pip
19
19
pip.main()
Original file line number Diff line number Diff line change @@ -3571,7 +3571,7 @@ def unpack(sources):
3571
3571
import setuptools
3572
3572
import pkg_resources
3573
3573
except ImportError:
3574
- raise SystemExit("An error occured while trying to run %s. Make sure "
3574
+ raise SystemExit("An error occurred while trying to run %s. Make sure "
3575
3575
"you have setuptools or distribute installed." % __file__)
3576
3576
import pip
3577
3577
pip.bootstrap()
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ Description
333
333
Options
334
334
*******
335
335
336
- **Seach Options: **
336
+ **Search Options: **
337
337
338
338
.. pip-command-options :: search
339
339
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ for installing from the file system
31
31
32
32
gmpy-1.15.tar.gz
33
33
----------------
34
- hash testing (altough this pkg isn't needed explicitly)
34
+ hash testing (although this pkg isn't needed explicitly)
35
35
36
36
gmpy2-2.0.tar.gz
37
37
----------------
You can’t perform that action at this time.
0 commit comments