#20035: Last block of commands in python shell show wrong text "What's new?" 
should
be "What's up?"
-------------------------------+---------------------
     Reporter:  Null           |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Documentation  |    Version:  1.5
     Severity:  Normal         |   Keywords:  doc 1.5
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+---------------------
 last block is shown in the doc as:

 {{{
 #!python
 # Make sure our __unicode__() addition worked.
 >>> Poll.objects.all()
 [<Poll: What's up?>]
 }}}

 All the "What's up" should actually be "What's new?" in the doc:
 {{{
 #!python
 # Make sure our __unicode__() addition worked.
 >>> Poll.objects.all()
 [<Poll: What's new?>]
 }}}


 Also from the start of the doc it would be nice to mention that Python
 will let you mix tabs and spaces for indentation but this can lead to
 problems if care is not taken, and possibly a vim configuration suggestion
 or editor note.


 https://docs.djangoproject.com/en/1.5/intro/tutorial01/

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20035>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to