From b1f160a236cb590b1c1a678ca5fc19d5c75dcd83 Mon Sep 17 00:00:00 2001 From: "Jules Lasne (jlasne)" Date: Tue, 19 Nov 2019 13:05:45 +0100 Subject: Add missing comma and period in unittest docs (GH-17211) Automerge-Triggered-By: @csabella --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 9e66a2c..e2e4f2c 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1563,7 +1563,7 @@ Test cases if __name__ == "__main__": unittest.main() - After running the test ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]`` + After running the test, ``events`` would contain ``["setUp", "asyncSetUp", "test_response", "asyncTearDown", "tearDown", "cleanup"]``. .. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None) -- cgit v0.12