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 29bd63b commit 32ce083Copy full SHA for 32ce083
samples/vsphere/common/vapiconnect.py
@@ -89,7 +89,7 @@ def logout(stub_config):
89
def create_unverified_session(session, suppress_warning=True):
90
"""
91
Create a unverified session to disable the server certificate verification.
92
- This is not recommended in production code.
+ This is not recommended in production code.
93
94
session.verify = False
95
if suppress_warning:
0 commit comments