We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d36f30a + 4fc2dfa commit 41e4995Copy full SHA for 41e4995
README.rst
@@ -1,5 +1,5 @@
1
===============
2
-mocket /mɔˈkɛt/
+mocket /ˈmɔ.kɛt/
3
4
5
.. image:: https://github.com/mindflayer/python-mocket/actions/workflows/main.yml/badge.svg?branch=main
@@ -344,7 +344,7 @@ Example:
344
# Importing the module while Mocket is in control (inside a
345
# decorated test function or using its context manager would
346
# be enough for making it work), the alternative is using a
347
- # custom TCPConnector which always return a FakeSSLContext
+ # custom TCPConnector which always returns a FakeSSLContext
348
# from Mocket like this example is showing.
349
import aiohttp
350
import pytest
0 commit comments