[Sugar-devel] [PATCH sugar v2 08/21] style cleanup: use """ everywhere

Simon Schampijer simon at schampijer.de
Wed Nov 24 13:09:02 EST 2010


On 11/19/2010 10:13 PM, Sascha Silbe wrote:
> Most of the code uses """, so adjust the few deviations.
>
> Reviewed-by: James Cameron<quozl at laptop.org>
> CC: Aleksey Lim<alsroot at member.fsf.org>
> Signed-off-by: Sascha Silbe<sascha-pgp at silbe.org>
>
> diff --git a/docs/release_howto.txt b/docs/release_howto.txt
> index db877e0..841809a 100644
> --- a/docs/release_howto.txt
> +++ b/docs/release_howto.txt
> @@ -1,7 +1,7 @@
> -''' This is the release process of the sugar tarballs sugar(shell),
> +""" This is the release process of the sugar tarballs sugar(shell),
>   sugar-toolkit and sugar-base described in a pytish way and
>   instructions for sugar packagers
> -'''
> +"""
>
>   # Release sugar tarballs
>
> @@ -10,9 +10,9 @@ for package in [sugar, sugar-toolkit, sugar-base, sugar-artwork]:
>       Pull the latest sources.
>       Increase the version number in configure.ac
>       # this will create you a tarball and does a check if it builds fine
> -    # e.g. it will check if all the files containing translations are
> +    # e.g. it will check if all the files containing translations are
>       # in po/POTFILES.in
> -    make distcheck
> +    make distcheck

Those look like part of another patch? (there are a few more in that file)

The """ ones looks good.

Simon


More information about the Sugar-devel mailing list