Skip to content

Commit b13db49

Browse files
committed
fix interlinks in top level module
1 parent be28846 commit b13db49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tlslite/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
1919
from tlslite.api import *
2020
21-
Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
22-
(Or, use one of the integration classes in L{tlslite.integration}).
21+
Then use the :py:class:`TLSConnection` class with a socket.
22+
(Or, use one of the integration classes in :py:mod:`tlslite.integration`).
2323
"""
2424

2525
from tlslite.api import *

0 commit comments

Comments
 (0)