diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 21:15:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 21:15:22 (GMT) |
commit | b6a6b45458490c6928e4f915d7bc83b4a7b44799 (patch) | |
tree | 2cf1808557dc3bb99e8ff2f7068e3429767e7b8e /Doc/library/socket.rst | |
parent | 3c35fdb8fbf72c750ab19036b6145751ccbec856 (diff) | |
parent | ee1b01a41b0c1f212588f840a0b79b1b8876cceb (diff) | |
download | cpython-b6a6b45458490c6928e4f915d7bc83b4a7b44799.zip cpython-b6a6b45458490c6928e4f915d7bc83b4a7b44799.tar.gz cpython-b6a6b45458490c6928e4f915d7bc83b4a7b44799.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 9671857..9c10867 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -1429,7 +1429,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 |