Skip to content

Commit 6d1601d

Browse files
authored
Fix comment to clarify HTTPS handling in aiohttp
1 parent 753202a commit 6d1601d

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
@@ -340,7 +340,7 @@ Example:
340340
.. code-block:: python
341341
342342
# `aiohttp` creates SSLContext instances at import-time
343-
# that's why Mocket would get stuck when dealing with HTTP
343+
# that's why Mocket would get stuck when dealing with HTTPS
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

0 commit comments

Comments
 (0)