Skip to content

Commit 32ce083

Browse files
authored
Update vapiconnect.py
1 parent 29bd63b commit 32ce083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/vsphere/common/vapiconnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def logout(stub_config):
8989
def create_unverified_session(session, suppress_warning=True):
9090
"""
9191
Create a unverified session to disable the server certificate verification.
92-
This is not recommended in production code.
92+
This is not recommended in production code.
9393
"""
9494
session.verify = False
9595
if suppress_warning:

0 commit comments

Comments
 (0)