Skip to content

Commit b1f160a

Browse files
Seluj78miss-islington
authored andcommitted
Add missing comma and period in unittest docs (GH-17211)
Automerge-Triggered-By: @csabella
1 parent 24555ce commit b1f160a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ Test cases
15631563
if __name__ == "__main__":
15641564
unittest.main()
15651565

1566-
After running the test ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]``
1566+
After running the test, ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]``.
15671567

15681568

15691569
.. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)

0 commit comments

Comments
 (0)