Deutsch   English   Français   Italiano  
<va5v4s$21r6$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.python,comp.lang.lisp
Subject: Re: name of the package (or style) (Posting On Python-List
 Prohibited)
Date: Thu, 22 Aug 2024 00:01:32 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <va5v4s$21r6$2@dont-email.me>
References: <va3rvp$3o8rf$1@dont-email.me> <va44g6$3pfsu$1@dont-email.me>
	<va5ifi$5h9$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 22 Aug 2024 02:01:32 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="121cecafcfd9e311c6d841fd8b3330b2";
	logging-data="67430"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19Pz7h5x4YRS2x2emyhGDyK"
User-Agent: Pan/0.159 (Vovchansk; )
Cancel-Lock: sha1:ikgNgKrXlpKilj/cZWoqrK1qYvs=
Bytes: 1576

On Wed, 21 Aug 2024 13:25:20 -0700, HenHanna wrote:

> On 8/21/2024 12:20 AM, Lawrence D'Oliveiro wrote:
>
>>   odf.text.Span
>>     (
>>       text ="$%s" % format_common.my_format_amount(job_charge)
>>     ),
>> )
> 
> i think this look better like  this:
> 
>  > odf.text.Span
>  >   ( text ="$%s" % format_common.my_format_amount(job_charge) ), )
> 
> OR  just one line.

Except that call was inside a construct that was already indented four 
steps deep. So it was wrapped to reduce the line length.