diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-07-29 01:49:37 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-29 01:49:37 +0000 |
| commit | 6a09315ff098224da138ff708e470ebc1c0ba8ac (patch) | |
| tree | e21713f5da3e25fa00aaf284c51273d2acde2884 /Doc/tutorial/controlflow.rst | |
| parent | 10ea19f69c0bdb2c47aaa29c62dcb1f41825a3dc (diff) | |
| parent | 1050d2d0c7730c6c533246bb2404937739a7775c (diff) | |
| download | cpython-git-6a09315ff098224da138ff708e470ebc1c0ba8ac.tar.gz | |
Issue #26462: Merge code block fixes from 3.5
Diffstat (limited to 'Doc/tutorial/controlflow.rst')
| -rw-r--r-- | Doc/tutorial/controlflow.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tutorial/controlflow.rst b/Doc/tutorial/controlflow.rst index b03b55324d..d43461886e 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -504,7 +504,9 @@ It could be called like this:: client="John Cleese", sketch="Cheese Shop Sketch") -and of course it would print:: +and of course it would print: + +.. code-block:: none -- Do you have any Limburger ? -- I'm sorry, we're all out of Limburger |
