diff options
author | Julien Palard <julien@palard.fr> | 2021-12-17 12:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 12:55:03 (GMT) |
commit | 62a0a2a25dbe3ba6f2973a37a3022d982fdc163c (patch) | |
tree | 0fa9130f31efd2e85283d795b566bc4e02b81419 /Doc/whatsnew | |
parent | 95a922b3bb3af247ec141d73fcdfbf68bb1d32a5 (diff) | |
download | cpython-62a0a2a25dbe3ba6f2973a37a3022d982fdc163c.zip cpython-62a0a2a25dbe3ba6f2973a37a3022d982fdc163c.tar.gz cpython-62a0a2a25dbe3ba6f2973a37a3022d982fdc163c.tar.bz2 |
Doc: some rst linting. (GH-30149)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index d7884ea..a56d7a5 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1422,7 +1422,7 @@ The socket module now supports the address family Victor Stinner.) New Linux constants ``TCP_USER_TIMEOUT`` and ``TCP_CONGESTION`` were added. -(Contributed by Omar Sandoval, issue:`26273`). +(Contributed by Omar Sandoval, :issue:`26273`). socketserver |