Skip to content

Commit

Permalink
Merge pull request #9352 from truth-quark/spelling_fix_9351
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Nov 30, 2021
2 parents fa240b0 + 86bcaad commit e2ee314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/9351.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct minor typos in doc/en/example/special.rst.
4 changes: 2 additions & 2 deletions doc/en/example/special.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
.
Expand Down

0 comments on commit e2ee314

Please sign in to comment.