]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
authorOz N Tiram <oz.tiram@noris.de>
Wed, 15 Jan 2020 23:55:13 +0000 (00:55 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Jan 2020 23:55:13 +0000 (15:55 -0800)
commitfad8b5674c66d9e00bb788e30adddb0c256c787b
tree16ae5808c8663ff3abb29f4213a4cd636e45bc0f
parent01602ae40321ecdb375ee6d44eaeac3255857879
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
Doc/library/socket.rst