From: Declan Wale Date: Sun, 31 May 2026 18:03:06 +0000 (+0100) Subject: docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst X-Git-Tag: v7.2-rc1~35^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b13f724df35c4f1a69e20c965a2fc74fd2921e59;p=thirdparty%2Flinux.git docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst Signed-off-by: Declan Wale Signed-off-by: Jonathan Corbet Message-ID: --- 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.