#13146: Removing tabs in .rst, .tex and .pxi files
-----------------------------+----------------------------------------------
Reporter: roed | Owner: mvngu
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-5.2
Component: doctest | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Keshav Kini, André Apitzsch
Authors: David Roe | Merged in:
Dependencies: | Stopgaps:
-----------------------------+----------------------------------------------
Changes (by aapitzsch):
* status: needs_review => needs_work
* reviewer: Keshav Kini => Keshav Kini, André Apitzsch
Old description:
> The new doctesting framework (#12415) has revealed tab characters that
> weren't caught by the old. This ticket changes them to spaces.
>
> Apply only attachment:13146_vs_51b5.patch.
New description:
The new doctesting framework (#12415) has revealed tab characters that
weren't caught by the old. This ticket changes them to spaces.
Apply attachment:13146_vs_51b5.patch and attachment:13146_missed.patch
--
Comment:
You probably added by accident
{{{
#!diff --git a/sage/schemes/elliptic_curves/constructor.py
b/sage/schemes/elliptic_curves/constructor.py
Index: sage/schemes/elliptic_curves/constructor.py
===================================================================
--- a/sage/schemes/elliptic_curves/constructor.py
+++ b/sage/schemes/elliptic_curves/constructor.py
@@ -1,6 +1,8 @@
"""
Elliptic curve constructor
+sage: EllipticCurve([0,0])
+
AUTHORS:
- William Stein (2005): Initial version
}}}
Please remove this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13146#comment:11>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.