Issue #21818: Fixed references to classes that have names matching with module

names.
This commit is contained in:
Serhiy Storchaka 2016-12-02 23:15:22 +02:00
commit b6a6b45458
9 changed files with 30 additions and 30 deletions

View file

@ -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