From 3ff51d49aa5362e6e870380b3fa7b0fdf17a18ce Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 4 Jun 2017 16:38:55 -0400 Subject: typo fix (#3674) --- release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.py') diff --git a/release.py b/release.py index 0016b659..ec2e8f72 100644 --- a/release.py +++ b/release.py @@ -28,7 +28,7 @@ def run(*args, **kwargs): 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) -- cgit v1.2.3