Skip to content

Commit 41e4995

Browse files
authored
Merge branch 'main' into Add-Python-3.14-support
2 parents d36f30a + 4fc2dfa commit 41e4995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===============
2-
mocket /mɔˈkɛt/
2+
mocket /ˈmɔ.kɛt/
33
===============
44

55
.. image:: https://github.com/mindflayer/python-mocket/actions/workflows/main.yml/badge.svg?branch=main
@@ -344,7 +344,7 @@ Example:
344344
# Importing the module while Mocket is in control (inside a
345345
# decorated test function or using its context manager would
346346
# be enough for making it work), the alternative is using a
347-
# custom TCPConnector which always return a FakeSSLContext
347+
# custom TCPConnector which always returns a FakeSSLContext
348348
# from Mocket like this example is showing.
349349
import aiohttp
350350
import pytest

0 commit comments

Comments
 (0)