Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 8407c5a

Browse files
committed
Merge branch '7.2.2' into '7.2.2'
7.2.2 Defect 87058. See merge request !21
2 parents 19f43ed + ca9a066 commit 8407c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/01_Authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main():
8686
context.check_hostname = False
8787
check_hostname = False
8888

89-
# Load the certificate file that was specificed by the user.
89+
# Load the certificate file that was specified by the user.
9090
context.load_verify_locations(cafile=certificate_file)
9191
else:
9292
# The optional certificate file was not provided. Load the default

0 commit comments

Comments
 (0)