10000 gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` by sobolevn · Pull Request #111222 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst #111222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update socket.rst
  • Loading branch information
sobolevn authored Oct 24, 2023
commit add1ed6209f53a106e166f8b955450394ed94e38
5 changes: 2 additions & 3 deletions Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,9 @@ Constants

.. data:: AF_UNSPEC

The value :const:`AF_UNSPEC` indicates that
:const:`AF_UNSPEC` means that
:func:`getaddrinfo` should return socket addresses for any
address family (either IPv4 or IPv6, for example) that can
be used with node and service.
address family (either IPv4, IPv6, or any other) that can be used.

.. data:: SOCK_STREAM
SOCK_DGRAM
Expand Down
0