Opened 11 years ago
Closed 10 years ago
#11366 closed defect (fixed)
Incorrect documentation for set difference
Reported by: | kcrisman | Owned by: | mvngu |
---|---|---|---|
Priority: | major | Milestone: | sage-5.6 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | sage-5.6.beta1 | |
Authors: | Travis Scrimshaw | Reviewers: | Julian Rueth |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
See this documentation, where the definition for set difference and set intersection is the same.
The actual doctests are correct, I think, it's just some sloppy copying or something in the definition. See enumerated sets for what seems to be correct.
Attachments (1)
Change History (8)
comment:1 Changed 11 years ago by
- Description modified (diff)
- Summary changed from Incorrect documentation for enumerated set difference to Incorrect documentation for set difference
comment:2 Changed 10 years ago by
- Status changed from new to needs_review
comment:3 Changed 10 years ago by
- Reviewers set to Julian Rueth
- Status changed from needs_review to needs_work
A very minor problem, but I believe that the subject line of your patch should read: Trac #11366: Doc change for set difference in Set.
.
comment:5 Changed 10 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 10 years ago by
Thank you for the review.
comment:7 Changed 10 years ago by
- Merged in set to sage-5.6.beta1
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Made the quick change. Easy to review.