#19601: Some typo corrections
-------------------------------------+-------------------------------------
Reporter: jmantysalo | Owner:
Type: defect | Status: needs_review
Priority: trivial | Milestone: sage-6.10
Component: documentation | Resolution:
Keywords: | Merged in:
Authors: Jori Mäntysalo | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/jmantysalo/some_typo_corrections | 234d4ff76dba0d71b5ad479147b87b0ca63fdfb1
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jmantysalo):
* status: new => needs_review
Old description:
> After #19600 there are still `EXMAPLES`, `EXAPLES` etc. left. They can be
> found with something like
>
> {{{
> egrep -R 'EX...+::' src/sage | fgrep -v EXAMPLES:: | fgrep -v EXAMPLE:: |
> fgrep -v 'EXAMPLES ::'
> }}}
>
> or
>
> {{{
> (E: And egrep -R 'PLES ?::' src/sage | fgrep -i -v example founds
> EXAPLES.)
> }}}
>
> This is a ticket for correcting those. I can do this, but I'll wait
> #19600 to get into beta.
New description:
After #19600 there are still `EXMAPLES`, `EXAPLES` etc. left. I searched
them with `grep`, for example something like
{{{
egrep --no-filename -I -R -o ' OU[A-Z]{3,}' src/sage | sort | uniq -c |
sort -rn
}}}
is useful for this.
--
--
Ticket URL: <http://trac.sagemath.org/ticket/19601#comment:3>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.