[docs] Small Error on Tutorial 3.1.1 Page

bob gailer bgailer at gmail.com
Sun Apr 14 15:20:22 CEST 2013


>     >>>> # This is a comment
>     > ... 2+2 4
>     >
>     > I think that it should be
>     >
>     >>>> # This is a comment 2+2
>     > 4
>
>     Hi Daniel,
>
>     if you try your example in the interactive shell, you will see that
>     Python indeed displays the secondary prompt ("...") for the second
>     line.
>
I find almost no documentation regarding the secondary prompt ("..."). 
Only in the tutorial do I see

"... for continuation lines it prompts with the /secondary prompt/, by 
default three dots (...)."

No way do I see a comment requiring a continuation line! That would seem 
like a bug in the interactive shell!

Should we file it as a bug report?

-- 
Bob Gailer
919-636-4239
Chapel Hill NC

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130414/bb6b295e/attachment.html>


More information about the docs mailing list