Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Jan 9, 2022
1 parent 461ef63 commit 9a476aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/test_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_plugin_getattr_raises_errors():

class DontTouchMe:
def __getattr__(self, x):
raise Exception("cant touch me")
raise Exception("can't touch me")

class Module:
pass
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ filterwarnings =
max-line-length=99

[testenv:release]
decription = do a release, required posarg of the version number
description = do a release, required posarg of the version number
basepython = python3
skipsdist = True
usedevelop = True
Expand Down

0 comments on commit 9a476aa

Please sign in to comment.