summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-01-16 00:01:21 (GMT)
committerGitHub <noreply@github.com>2020-01-16 00:01:21 (GMT)
commit19bd3a18626b504dc92abb44019cad600c7ef221 (patch)
tree01738599cdda2ed7bf68d8e1cdc97b0bc2b066b5 /Python/pythonrun.c
parent54abd28b2c4fab37f38e9d6c5e4120c9428a759e (diff)
downloadcpython-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