mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #21818: Fixed references to classes that have names matching with module
names.
This commit is contained in:
commit
b6a6b45458
9 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue