Skip to content

Commit c4ba757

Browse files
Fix typo in explicit mech example
1 parent e6e5c54 commit c4ba757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ without interference. It is expected to be an instance of ``gssapi.mechs.Mechani
189189
>>> import requests
190190
>>> from requests_gssapi import HTTPSPNEGOAuth
191191
>>> try:
192-
... spnego = gssapi,mechs.Mechanism.from_sasl_name("SPNEGO")
192+
... spnego = gssapi.mechs.Mechanism.from_sasl_name("SPNEGO")
193193
... except AttributeError:
194194
... spnego = gssapi.OID.from_int_seq("1.3.6.1.5.5.2")
195195
>>> gssapi_auth = HTTPSPNEGOAuth(mech=spnego)

0 commit comments

Comments
 (0)