On Mon, Nov 14, 2011 at 1:27 AM, Mike Dewhirst <mi...@dewhirst.com.au>wrote:

> I have been using the Python line continuation symbol +\ in my models
> help_text when my text goes beyond column 80 in my editor.
>
> I just accidentally omitted it for a continued line and discovered it
> doesn't seem to be needed!!!
>
> Is that a feature of Django's admin app or a trap for the unwary?
>
>
It's a feature of the language Python:
http://docs.python.org/reference/lexical_analysis.html#string-literal-concatenation

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to