Skip to content

Commit f4721b0

Browse files
authored
Fix typo in README regarding TCPConnector
1 parent 6d1601d commit f4721b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)