Skip to content

Commit 9a476aa

Browse files
committed
Fix typos
1 parent 461ef63 commit 9a476aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/test_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_plugin_getattr_raises_errors():
7575

7676
class DontTouchMe:
7777
def __getattr__(self, x):
78-
raise Exception("cant touch me")
78+
raise Exception("can't touch me")
7979

8080
class Module:
8181
pass

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ filterwarnings =
4545
max-line-length=99
4646

4747
[testenv:release]
48-
decription = do a release, required posarg of the version number
48+
description = do a release, required posarg of the version number
4949
basepython = python3
5050
skipsdist = True
5151
usedevelop = True

0 commit comments

Comments
 (0)