commit | 19bd3a18626b504dc92abb44019cad600c7ef221 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Jan 15 16:01:21 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Jan 15 16:01:21 2020 -0800 |
tree | 01738599cdda2ed7bf68d8e1cdc97b0bc2b066b5 | |
parent | 54abd28b2c4fab37f38e9d6c5e4120c9428a759e [diff] |
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>