#5055: Trivial but fatal typo in interact documentation
----------------------+-----------------------------------------------------
 Reporter:  kcrisman  |       Owner:  itolkov   
     Type:  defect    |      Status:  new       
 Priority:  trivial   |   Milestone:  sage-3.4.1
Component:  interact  |    Keywords:            
----------------------+-----------------------------------------------------
 About halfway through the documentation of interact, there is this
 example:
 {{{
 sage: @interact
 ... def _(title=["A Plot Demo", "Something silly", "something tricky" ,
 a=input_box(sin(x*sin(x*sin(x))), 'function'),
 ...     clr = Color('red'), thickness=[1..30], zoom=(1,0.95,..,0.1),
 plot_points=(200..2000)):
 ...     html('<h1 align=center>%s</h1>'%title)
 ...     print plot_points
 ...     show(plot(a, -zoom*pi,zoom*pi, color=clr, thickness=thickness,
 plot_points=plot_points))
 <html>...
 }}}
 There should be a ] after the " after the word tricky.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5055>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to