mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst
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>
This commit is contained in:
parent
d42197c735
commit
b13f724df3
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user