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 e6e5c54 commit c4ba757Copy full SHA for c4ba757
README.rst
@@ -189,7 +189,7 @@ without interference. It is expected to be an instance of ``gssapi.mechs.Mechani
189
>>> import requests
190
>>> from requests_gssapi import HTTPSPNEGOAuth
191
>>> try:
192
- ... spnego = gssapi,mechs.Mechanism.from_sasl_name("SPNEGO")
+ ... spnego = gssapi.mechs.Mechanism.from_sasl_name("SPNEGO")
193
... except AttributeError:
194
... spnego = gssapi.OID.from_int_seq("1.3.6.1.5.5.2")
195
>>> gssapi_auth = HTTPSPNEGOAuth(mech=spnego)
0 commit comments