Skip to content

Commit 6f18bb9

Browse files
authored
Fixes a typo in databases.rst (#1522)
1 parent 0ec208b commit 6f18bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/databases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ handle complex objects.
229229
import ssl
230230
ctx = ssl.create_default_context()
231231
# And in this example we disable validation...
232-
# Please don't do this. Loot at the official Python ``ssl`` module documentation
232+
# Please don't do this. Look at the official Python ``ssl`` module documentation
233233
ctx.check_hostname = False
234234
ctx.verify_mode = ssl.CERT_NONE
235235

0 commit comments

Comments
 (0)