]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst
authorDeclan Wale <decwale37@gmail.com>
Sun, 31 May 2026 18:03:06 +0000 (19:03 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 23 Jun 2026 20:48:01 +0000 (14:48 -0600)
Signed-off-by: Declan Wale <decwale37@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <CADz3o9mbM60-p1PV8t=nOm7099KnFeYQOyo5J+bC2iiP9PtBJQ@mail.gmail.com>

Documentation/tools/unittest.rst

index 14a2b2a65236eae434cb4d88a559c03e02fa3110..0fa8716741df458e76f38c988afabecc45e95b2e 100644 (file)
@@ -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.