summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2015-04-13 20:38:57 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2015-04-13 20:38:57 -0400
commit93477426f7931b6b36b3ec01922250b385fe808f (patch)
treef908aaf4be03608f864768b7f8f8bd60bc21cf7e
parent516c12c17444871473002aa6ac4e852e5aa5f952 (diff)
downloadpyopenssl-93477426f7931b6b36b3ec01922250b385fe808f.tar.gz
Fix wrapping and typo in warning name.
-rw-r--r--OpenSSL/test/test_ssl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py
index 724bcae..bd00142 100644
--- a/OpenSSL/test/test_ssl.py
+++ b/OpenSSL/test/test_ssl.py
@@ -2786,8 +2786,8 @@ class ConnectionSendallTests(TestCase, _LoopbackMixin):
def test_text(self):
"""
- :py:obj:`Connection.sendall` transmits all the content in the string passed to
- it raising a DepreactionWarning in case of this being a text.
+ :py:obj:`Connection.sendall` transmits all the content in the string
+ passed to it raising a DeprecationWarning in case of this being a text.
"""
server, client = self._loopback()
with catch_warnings(record=True) as w: