From f5569d07707b64bfe51a7637c9e4a93bd6b5d002 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 6 Oct 2022 14:59:31 +0200 Subject: [PATCH] FIX: Broken inline literal. --- testing/run-write-tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/run-write-tests.rst b/testing/run-write-tests.rst index 6582875307..b1813be9c2 100644 --- a/testing/run-write-tests.rst +++ b/testing/run-write-tests.rst @@ -56,7 +56,7 @@ But, there are several important notes: 1. This way of running tests exists only for local developer needs and is discouraged for anything else -2. Some modules do not support it at all. One example is``test_importlib``. +2. Some modules do not support it at all. One example is ``test_importlib``. In other words: if some module does not have ``unittest.main()``, then most likely it does not support direct invocation.