Skip to content

Commit

Permalink
fix typo in handshakesettings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Oct 21, 2024
1 parent e73ef9c commit a209b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlslite/handshakesettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class HandshakeSettings(object):
The allowed hashes are: "sha1", "sha224", "sha256",
"sha384" and "sha512".
"vartype more_sig_schemes: list(str)
:vartype more_sig_schemes: list(str)
:ivar more_sig_schemes: List of additional signatures schemes (ones
that don't use RSA-PKCS#1 v1.5, RSA-PSS, DSA, or ECDSA) to advertise
as supported.
Expand Down

0 comments on commit a209b88

Please sign in to comment.