Skip to content

Commit

Permalink
Fixes a typo in databases.rst (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
emorozov authored Dec 6, 2023
1 parent 0ec208b commit 6f18bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ handle complex objects.
import ssl
ctx = ssl.create_default_context()
# And in this example we disable validation...
# 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
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONE
Expand Down

0 comments on commit 6f18bb9

Please sign in to comment.