#5509 closed defect (fixed)
[with patch, positive review] Make a parametric_plot.pyx docstring a raw string because of a \times in it.
Reported by: | Jason Grout | Owned by: | William Stein |
---|---|---|---|
Priority: | minor | Milestone: | sage-3.4.1 |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The following documentation looks weird because the \t in the \times in the string gets converted to a tab.
sage: p.triangulate? Type:builtin_function_or_method Base Class:<type 'builtin_function_or_method'> String Form:<built-in method triangulate of sage.plot.plot3d.parametric_surface.ParametricSurface object at 0xbb0cdec> Namespace:Interactive Docstring: Call self.eval() for all (u,v) in urange times vrange to construct this surface.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | trac-5509-raw-docstring.patch added |
---|
comment:1 Changed 14 years ago by
Summary: | Make a parametric_plot.pyx docstring a raw string because of a \times in it. → [with patch, needs review] Make a parametric_plot.pyx docstring a raw string because of a \times in it. |
---|
comment:2 Changed 14 years ago by
Summary: | [with patch, needs review] Make a parametric_plot.pyx docstring a raw string because of a \times in it. → [with patch, positive review] Make a parametric_plot.pyx docstring a raw string because of a \times in it. |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 3.4.1.alpha0.
Cheeers,
Michael
comment:4 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Report Upstream: | → N/A |
Note: See
TracTickets for help on using
tickets.
This is a trivial patch, I know, but it was also to demonstrate the development process to a student.