Opened 3 years ago
Closed 3 years ago
#24879 closed enhancement (fixed)
Typo in Sage documentation
Reported by: | gh:Thrashophil | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.2 |
Component: | documentation | Keywords: | beginner |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Tommy Angelo |
Report Upstream: | N/A | Work issues: | |
Branch: | 2432182 (Commits, GitHub, GitLab) | Commit: | 24321827e240f5b96517fe966da852490186ce28 |
Dependencies: | Stopgaps: |
Description (last modified by )
I found a typo in the Sage documentation, at the function period()
:
It should be
In general if d=2^a5^bm where m is coprime to 10
instead of
In general if d=2^a3^bm where m is coprime to 10
See also this ask question.
Change History (5)
comment:1 Changed 3 years ago by
- Component changed from PLEASE CHANGE to documentation
- Type changed from PLEASE CHANGE to enhancement
comment:2 Changed 3 years ago by
- Description modified (diff)
comment:3 Changed 3 years ago by
- Branch set to public/24879
- Commit set to 24321827e240f5b96517fe966da852490186ce28
- Keywords beginner added
- Status changed from new to needs_review
comment:4 Changed 3 years ago by
- Reviewers set to Tommy Angelo
- Status changed from needs_review to positive_review
given the trivial nature of the ticket, I set this to positive
comment:5 Changed 3 years ago by
- Branch changed from public/24879 to 24321827e240f5b96517fe966da852490186ce28
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
fix a typo