This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients docs@python, ezio.melotti, matrixise
Date 2015-09-22.13:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E776F8B1-2E32-42C3-A8E4-517532F2263F@wirtel.be>
In-reply-to <1442925385.04.0.653946132686.issue25212@psf.upfronthosting.co.za>
Content
And in this case:

“This is  an example.  This too”   will become “This is an 
example.  This too”

Is it right?
Stef
On 22 Sep 2015, at 14:36, Ezio Melotti wrote:

> Ezio Melotti added the comment:
>
> The `.` at the end of a sentence.
>
> In the following example, the double space between "is" and "an" could 
> be fixed (even though is not a big problem), whereas the one between 
> "example." and "This" is OK and should be kept:
>
> This is  an example.  This too.
>    ^^           ^^
>  Not OK         OK
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue25212>
> _______________________________________
History
Date User Action Args
2015-09-22 13:02:46matrixisesetrecipients: + matrixise, ezio.melotti, docs@python
2015-09-22 13:02:46matrixiselinkissue25212 messages
2015-09-22 13:02:46matrixisecreate