Skip to content

Commit

Permalink
Correct parameter names in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuurne committed Nov 27, 2020
1 parent fdaba31 commit f6a402f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/twisted/internet/_sslverify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1870,7 +1870,7 @@ class _ChooseDiffieHellmanEllipticCurve:
@see: L{OpenSSL.SSL.OPENSSL_VERSION_NUMBER}
@param openSSLlib: The OpenSSL C{cffi} library module.
@param openSSLlib: The OpenSSL L{crypto} module.
@param openSSLcrypto: The OpenSSL L{crypto} module.
@see: L{crypto}
"""
Expand Down
2 changes: 1 addition & 1 deletion src/twisted/trial/_dist/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _buildFailure(self, error, errorClass, frames):
@param error: An C{Exception} instance.
@param error: The class name of the C{error} class.
@param errorClass: The class name of the C{error} class.
@param frames: A flat list of strings representing the information need
to approximatively rebuild C{Failure} frames.
Expand Down
2 changes: 1 addition & 1 deletion src/twisted/words/protocols/jabber/sasl_mechanisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self, serv_type, host, serv_name, username, password):
challenge.
@type username: C{unicode}
@param username: The authentication password to use to respond to a
@param password: The authentication password to use to respond to a
challenge.
@type password: C{unicode}
"""
Expand Down

0 comments on commit f6a402f

Please sign in to comment.