diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 21:15:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 21:15:42 (GMT) |
commit | 853ec5d408afc21154a08d86f3d92ac66245a159 (patch) | |
tree | 79f373934ec76bbdec41ed55a1767dc05bd84ff4 /Doc/library/socket.rst | |
parent | 4700d86488bc675713802e380ccd9378774d7e92 (diff) | |
parent | b6a6b45458490c6928e4f915d7bc83b4a7b44799 (diff) | |
download | cpython-853ec5d408afc21154a08d86f3d92ac66245a159.zip cpython-853ec5d408afc21154a08d86f3d92ac66245a159.tar.gz cpython-853ec5d408afc21154a08d86f3d92ac66245a159.tar.bz2 |
Issue #21818: Fixed references to classes that have names matching with module
names.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 9cea90d..252b6db 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -1441,7 +1441,7 @@ Note that there are no methods :meth:`read` or :meth:`write`; use :meth:`~socket.recv` and :meth:`~socket.send` without *flags* argument instead. Socket objects also have these (read-only) attributes that correspond to the -values given to the :class:`socket` constructor. +values given to the :class:`~socket.socket` constructor. .. attribute:: socket.family |