We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ef63 commit 9a476aaCopy full SHA for 9a476aa
testing/test_details.py
@@ -75,7 +75,7 @@ def test_plugin_getattr_raises_errors():
75
76
class DontTouchMe:
77
def __getattr__(self, x):
78
- raise Exception("cant touch me")
+ raise Exception("can't touch me")
79
80
class Module:
81
pass
tox.ini
@@ -45,7 +45,7 @@ filterwarnings =
45
max-line-length=99
46
47
[testenv:release]
48
-decription = do a release, required posarg of the version number
+description = do a release, required posarg of the version number
49
basepython = python3
50
skipsdist = True
51
usedevelop = True
0 commit comments