commit | 3ff51d49aa5362e6e870380b3fa7b0fdf17a18ce | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sun Jun 04 16:38:55 2017 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jun 04 10:38:55 2017 -1000 |
tree | 98966108fda1c0978bdf03fdcbc528e6f6bf1901 | |
parent | 3661011e396bf8df35f4a665293e390ada5b4102 [diff] |
typo fix (#3674)
diff --git a/release.py b/release.py index 0016b65..ec2e8f7 100644 --- a/release.py +++ b/release.py
@@ -28,7 +28,7 @@ try: subprocess.check_output(list(args), **kwargs) except subprocess.CalledProcessError as e: - # Reraise this with a different type so that str(e) is somethign with + # Reraise this with a different type so that str(e) is something with # stdout in it. raise Exception(e.cmd, e.returncode, e.output)