[Python-checkins] r64583 - python/trunk/Doc/reference/compound_stmts.rst

Nick Coghlan ncoghlan at gmail.com
Sun Jun 29 06:43:41 CEST 2008


benjamin.peterson wrote:
> Author: benjamin.peterson
> Date: Sun Jun 29 01:06:49 2008
> New Revision: 64583
> 
> Log:
> rewrap
> 
> Modified:
>    python/trunk/Doc/reference/compound_stmts.rst
> 
> Modified: python/trunk/Doc/reference/compound_stmts.rst
> ==============================================================================
> --- python/trunk/Doc/reference/compound_stmts.rst	(original)
> +++ python/trunk/Doc/reference/compound_stmts.rst	Sun Jun 29 01:06:49 2008
> @@ -46,7 +46,7 @@
>     compound_stmt: `if_stmt`
>                  : | `while_stmt`
>                  : | `for_stmt`
> -                : | `try_stmt`
> +                : | `try_stmt

You lost a trailing backtick there.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list