Skip to content

Commit

Permalink
Fix versionadded::
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 27, 2021
1 parent 615c379 commit 21f59f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OpenSSL/SSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ def set_ciphertext_mtu(self, mtu):
:param mtu: An integer giving the maximum transmission unit.
.. versionadded:: 21.0
.. versionadded:: 21.1
"""
_lib.SSL_set_mtu(self._ssl, mtu)

Expand All @@ -1766,7 +1766,7 @@ def get_cleartext_mtu(self):
:return: The effective MTU as an integer.
.. versionadded:: 21.0
.. versionadded:: 21.1
"""

if not hasattr(_lib, "DTLS_get_data_mtu"):
Expand Down

0 comments on commit 21f59f7

Please sign in to comment.