diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 11:18:21 +0200 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 11:18:21 +0200 |
| commit | 1050d2d0c7730c6c533246bb2404937739a7775c (patch) | |
| tree | 68d901cd196aead4df7c3b074ebf2df6e85678e7 /Doc/tutorial/controlflow.rst | |
| parent | 87ec85f4208bf329e6454fd3e2639c613b2b61af (diff) | |
| download | cpython-git-1050d2d0c7730c6c533246bb2404937739a7775c.tar.gz | |
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
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 ddc08552ed..12989b2a53 100644 --- a/Doc/tutorial/controlflow.rst +++ b/Doc/tutorial/controlflow.rst @@ -501,7 +501,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 |
