[Python-Dev] [Python-checkins] peps: Restore whitespace characters lost via email transmission.

Éric Araujo merwok at netwok.org
Wed Jul 20 16:21:28 CEST 2011


Hi,

> changeset:   3903:728660b53208
> user:        pje
> date:        Wed Jul 20 09:56:48 2011 -0400
> summary:
>   Restore whitespace characters lost via email transmission.
> [...]
> diff --git a/pep-0402.txt b/pep-0402.txt
> --- a/pep-0402.txt
> +++ b/pep-0402.txt
> @@ -38,13 +38,13 @@
>  
>  .. epigraph::
>  
> -   "Most packages are like modules.  Their contents are highly
> [snip]
> +    "Most packages are like modules.  Their contents are highly

FYI, reST uses three-space indents, not four (so that blocks align
nicely under the leading two dots + one space), so I think the change
was intentional.  The “Documenting Python” guide tells this (in the
standard docs), and I think it applies to PEPs too.

Regards


More information about the Python-Dev mailing list