Skip to content

Commit f13c85f

Browse files
committed
docs: Fix typo in README.
Signed-off-by: Michael Seifert <[email protected]>
1 parent b463f72 commit f13c85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Note about unittest
251251
-------------------
252252

253253
Test classes subclassing the standard `unittest <https://docs.python.org/3/library/unittest.html>`__ library are not supported, users
254-
are recommended to use `unitest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`__
254+
are recommended to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`__
255255
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
256256

257257
Contributing

0 commit comments

Comments
 (0)