]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Jan 2020 00:00:32 +0000 (16:00 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2020 00:00:32 +0000 (16:00 -0800)
commit970188c2d792133e2273924a987e0542659a676f
treea69f28d58cd10a6cbfe5b12208710856b992a6b7
parent74b95b6b320a739b75776c275d70deaa6330f5c1
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)

The previous double colon was wrongly place directly after Therefore.
Which produced a block without syntax highlighting. This fixes it
by separating the double colon from the text. As a result, sphinx now
properly highlights the python code.

https://bugs.python.org/issue39348
(cherry picked from commit fad8b5674c66d9e00bb788e30adddb0c256c787b)

Co-authored-by: Oz N Tiram <oz.tiram@noris.de>
Doc/library/socket.rst