summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-06-27 18:23:05 -0600
committerGitHub <noreply@github.com>2017-06-27 18:23:05 -0600
commit9a978c61193a9a4c7ef5a96cdaa8b9aef4b38dda (patch)
tree67eb37a9c398b4e9e8dec2dcfd0cafb7df569f69 /runtests.py
parentf2ef214e2fae5aae5c5e8d89d5b152b11b9be41a (diff)
downloadnumpy-9a978c61193a9a4c7ef5a96cdaa8b9aef4b38dda.tar.gz
MAINT: Fix spelling of develop.
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtests.py b/runtests.py
index 7a0d24ddb..7d746a3e0 100755
--- a/runtests.py
+++ b/runtests.py
@@ -115,8 +115,8 @@ def main(argv):
"Note that you need to commit your changes first!"))
parser.add_argument("--raise-warnings", default=None, type=str,
choices=('develop', 'release'),
- help="if 'develop', warnings are treated as errors; "
- "defaults to 'devlop' in development versions.")
+ help=("if 'develop', warnings are treated as errors; "
+ "defaults to 'develop' in development versions."))
parser.add_argument("args", metavar="ARGS", default=[], nargs=REMAINDER,
help="Arguments to pass to Nose, Python or shell")
args = parser.parse_args(argv)