Skip to content

Commit

Permalink
Merge pull request #1103 from jamestwebber/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dougharris committed Aug 29, 2018
2 parents b1b8c48 + cabbfcf commit 123dd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion click/testing.py
Expand Up @@ -83,7 +83,7 @@ def __init__(self, runner, stdout_bytes, stderr_bytes, exit_code,
self.stderr_bytes = stderr_bytes
#: The exit code as integer.
self.exit_code = exit_code
#: The exception that happend if one did.
#: The exception that happened if one did.
self.exception = exception
#: The traceback
self.exc_info = exc_info
Expand Down

0 comments on commit 123dd71

Please sign in to comment.