]> granicus.if.org Git - python/commitdiff
Some nits.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 22:12:22 +0000 (22:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 22:12:22 +0000 (22:12 +0000)
Doc/library/socket.rst
Doc/library/ssl.rst

index c5f2b7c52266f61f2f34152769ca0c3b3a43470a..b2e7968efcbb9d7dc91fbcd26b73cf42512f2265 100644 (file)
@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
 is implicit on send operations.
 
 
+.. seealso::
+
+   Module :mod:`socketserver`
+      Classes that simplify writing network servers.
+
+   Module :mod:`ssl`
+      A TLS/SSL wrapper for socket objects.
+
+
 Socket families
 ---------------
 
@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
    same as ``type(socket(...))``.
 
 
-.. seealso::
-
-   Module :mod:`socketserver`
-      Classes that simplify writing network servers.
-
-
 .. _socket-objects:
 
 Socket Objects
index aaa3871104d292ea0a4b09ed626395ded7d9f8d8..107b31d413936644d754f772aebd9d13d8d0801c 100644 (file)
@@ -1,8 +1,8 @@
-:mod:`ssl` --- SSL wrapper for socket objects
-=============================================
+:mod:`ssl` --- TLS/SSL wrapper for socket objects
+=================================================
 
 .. module:: ssl
-   :synopsis: SSL wrapper for socket objects
+   :synopsis: TLS/SSL wrapper for socket objects
 
 .. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
 .. sectionauthor::  Bill Janssen <bill.janssen@gmail.com>