Merge pull request #9352 from truth-quark/spelling_fix_9351

This commit is contained in:
Zac Hatfield-Dodds 2021-11-30 22:47:35 +11:00 committed by GitHub
commit e2ee3144ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
Correct minor typos in doc/en/example/special.rst.

View File

@ -43,7 +43,7 @@ will be called ahead of running any tests:
print("test_method1 called")
def test_method2(self):
print("test_method1 called")
print("test_method2 called")
class TestOther:
@ -77,7 +77,7 @@ If you run this without output capturing:
callme other called
SomeTest callme called
test_method1 called
.test_method1 called
.test_method2 called
.test other
.test_unit1 method called
.