diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-01-16 00:01:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 00:01:21 (GMT) |
commit | 19bd3a18626b504dc92abb44019cad600c7ef221 (patch) | |
tree | 01738599cdda2ed7bf68d8e1cdc97b0bc2b066b5 /Python/pythonrun.c | |
parent | 54abd28b2c4fab37f38e9d6c5e4120c9428a759e (diff) | |
download | cpython-19bd3a18626b504dc92abb44019cad600c7ef221.zip cpython-19bd3a18626b504dc92abb44019cad600c7ef221.tar.gz cpython-19bd3a18626b504dc92abb44019cad600c7ef221.tar.bz2 |
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>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions