diff --git a/tests/test_async_client.py b/tests/test_async_client.py index cc9f766..fc2c631 100644 --- a/tests/test_async_client.py +++ b/tests/test_async_client.py @@ -346,7 +346,7 @@ async def test_usage_limit(self): class AsyncAkismetErrorTests(AsyncAkismetTests): """ - Test the error behavior of the synchronous Akismet API client. + Test the error behavior of the asynchronous Akismet API client. """