#8925: __call__ for categories sets / enumeratedsets
------------------------------+---------------------------------------------
Reporter: hivert | Owner: hivert
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.2
Component: categories | Keywords: Category call
Author: Florent Hivert | Upstream: N/A
Reviewer: Mike Hansen | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by hivert):
* status: positive_review => needs_work
Comment:
Replying to [comment:7 jason]:
> Extremely picky, minor, minor thing, but these words: "For now, list's,
tuple's, set's, Set's are coerced into finite" shouldn't have apostrophes
in them, since the words are not possessive, but just plural.
I reuploaded a new patche with the following diff folded:
{{{
diff --git a/sage/categories/enumerated_sets.py
b/sage/categories/enumerated_sets.py
--- a/sage/categories/enumerated_sets.py
+++ b/sage/categories/enumerated_sets.py
@@ -103,7 +103,7 @@ class EnumeratedSets(Category):
sage: EnumeratedSets()(Primes())
Set of all prime numbers: 2, 3, 5, 7, ...
- For now, list's, tuple's, set's, Set's are coerced into finite
+ For now, lists, tuples, sets, Sets are coerced into finite
enumerated sets::
sage: S = EnumeratedSets()([1, 2, 3]); S
}}}
So now you have to review it ;-)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8925#comment:8>
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.