We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be28846 commit b13db49Copy full SHA for b13db49
tlslite/__init__.py
@@ -18,8 +18,8 @@
18
19
from tlslite.api import *
20
21
-Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22
-(Or, use one of the integration classes in L{tlslite.integration}).
+Then use the :py:class:`TLSConnection` class with a socket.
+(Or, use one of the integration classes in :py:mod:`tlslite.integration`).
23
"""
24
25
0 commit comments