We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec208b commit 6f18bb9Copy full SHA for 6f18bb9
docs/databases.rst
@@ -229,7 +229,7 @@ handle complex objects.
229
import ssl
230
ctx = ssl.create_default_context()
231
# And in this example we disable validation...
232
- # Please don't do this. Loot at the official Python ``ssl`` module documentation
+ # Please don't do this. Look at the official Python ``ssl`` module documentation
233
ctx.check_hostname = False
234
ctx.verify_mode = ssl.CERT_NONE
235
0 commit comments