summaryrefslogtreecommitdiff
path: root/Documentation/tools/unittest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/tools/unittest.rst')
-rw-r--r--Documentation/tools/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tools/unittest.rst b/Documentation/tools/unittest.rst
index 14a2b2a65236..0fa8716741df 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.