]> 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:01:21 +0000 (16:01 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2020 00:01:21 +0000 (16:01 -0800)
commit19bd3a18626b504dc92abb44019cad600c7ef221
tree01738599cdda2ed7bf68d8e1cdc97b0bc2b066b5
parent54abd28b2c4fab37f38e9d6c5e4120c9428a759e
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