From b13f724df35c4f1a69e20c965a2fc74fd2921e59 Mon Sep 17 00:00:00 2001 From: Declan Wale Date: Sun, 31 May 2026 19:03:06 +0100 Subject: [PATCH] docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst Signed-off-by: Declan Wale Signed-off-by: Jonathan Corbet Message-ID: --- Documentation/tools/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/tools/unittest.rst b/Documentation/tools/unittest.rst index 14a2b2a65236e..0fa8716741df4 100644 --- a/Documentation/tools/unittest.rst +++ b/Documentation/tools/unittest.rst @@ -11,7 +11,7 @@ While the actual test implementation is usecase dependent, Python already provides a standard way to add unit tests by using ``import unittest``. Using such class, requires setting up a test suite. Also, the default format -is a little bit ackward. To improve it and provide a more uniform way to +is a little bit awkward. To improve it and provide a more uniform way to report errors, some unittest classes and functions are defined. -- 2.53.0