summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
commitef5684564e3074daf614846f30bfdd7f15f5254f (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /pavement.py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
downloadpython-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz
python-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.bz2
python-numpy-ef5684564e3074daf614846f30bfdd7f15f5254f.zip
ENH: Spelling fixes
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index 7ab43bb04..801e8c0c7 100644
--- a/pavement.py
+++ b/pavement.py
@@ -1,5 +1,5 @@
"""
-This paver file is intented to help with the release process as much as
+This paver file is intended to help with the release process as much as
possible. It relies on virtualenv to generate 'bootstrap' environments as
independent from the user system as possible (e.g. to make sure the sphinx doc
is built against the built numpy, not an installed one).