diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-07-21 11:49:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 11:49:39 (GMT) |
commit | 84e52171b541ecc01f2d738cf82f5d4199a4bce7 (patch) | |
tree | d71b78f93d8cc1c1baa5c45435a75b130dfed5d2 /Doc/library/asyncio-platforms.rst | |
parent | 4be0f157ea7000ded8d4a3ae818a74b026f1fed3 (diff) | |
download | cpython-84e52171b541ecc01f2d738cf82f5d4199a4bce7.zip cpython-84e52171b541ecc01f2d738cf82f5d4199a4bce7.tar.gz cpython-84e52171b541ecc01f2d738cf82f5d4199a4bce7.tar.bz2 |
[3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956)
(cherry picked from commit 4b9948617f91175783609769aa6160e5b49b9ccc)
Diffstat (limited to 'Doc/library/asyncio-platforms.rst')
-rw-r--r-- | Doc/library/asyncio-platforms.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-platforms.rst b/Doc/library/asyncio-platforms.rst index 50ad8a2..19ec726 100644 --- a/Doc/library/asyncio-platforms.rst +++ b/Doc/library/asyncio-platforms.rst @@ -37,7 +37,7 @@ All event loops on Windows do not support the following methods: * :meth:`loop.create_unix_connection` and :meth:`loop.create_unix_server` are not supported. - The :data:`socket.AF_UNIX` socket family is specific to Unix. + The :const:`socket.AF_UNIX` socket family is specific to Unix. * :meth:`loop.add_signal_handler` and :meth:`loop.remove_signal_handler` are not supported. |