#10079 closed defect (fixed)
Typo in doc of symbolic/relation.py
Reported by: | jpflori | Owned by: | mvngu |
---|---|---|---|
Priority: | trivial | Milestone: | sage-4.6.1 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | sage-4.6.1.alpha0 | |
Authors: | Jean-Pierre Flori | Reviewers: | Minh Van Nguyen |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
In sage/symbolic/relation.py inside a warning block a "{does}" should be replaced by "*does*".
I provided a patch.
Apply:
Attachments (2)
Change History (6)
Changed 12 years ago by
Attachment: | typo_in_doc_symbolic_relation.patch added |
---|
comment:1 Changed 12 years ago by
Status: | new → needs_review |
---|
Changed 12 years ago by
Attachment: | trac-10079_typo-fix-symbolic-relation.patch added |
---|
comment:2 Changed 12 years ago by
Authors: | → Jean-Pierre Flori |
---|---|
Description: | modified (diff) |
Milestone: | → sage-4.6 |
Reviewers: | → Minh Van Nguyen |
Status: | needs_review → positive_review |
I'm OK with jpflori's patch. However, note that it doesn't have the ticket number in the commit message. The ticket number is very useful when debugging merge conflicts between patches to be merged, and those patches that are already in Sage. The patch trac-10079_typo-fix-symbolic-relation.patch is the same as jpflori's patch, but with the ticket number in the commit message. Positive review to jpflori's fix. See the ticket description for instruction on which ticket to merge.
comment:3 Changed 12 years ago by
Merged in: | → sage-4.6.1.alpha0 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
comment:4 Changed 12 years ago by
Milestone: | sage-4.6 → sage-4.6.1 |
---|
Note: See
TracTickets for help on using
tickets.
Patch correcting the typo.