Processing Math: Done
jsMath
Differences between revisions 3 and 4
Revision 3 as of 2019-02-15 11:24:01
Size: 2010
Editor: slelievre
Comment: Add more typos for beginners to fix
Revision 4 as of 2019-02-15 20:42:12
Size: 2046
Editor: slelievre
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
  * Need more typos? Search for frequent typos such as moprhism, mophism, morpism, homorphism, tulpe, descriprion, ...   * Frenchism: "Gougle" for "Google"

Need more typos? Search for frequent typos such as moprhism, mophism, morpism, homorphism, tulpe, descriprion, ...

This page lists some typos in the SageMath repository.

They can serve to create beginner tickets, especially during tutorials on SageMath development.

Please add a ticket number if you create one.

  • Typo: "expericenced" for "experienced"
  • Typo: the test introduced in ticket 15669 erroneously points to 15699
    • ticket:
  • Frenchism: in many places, "representant" is used instead of "representative"
    • hint: use sage: search_src("representant")

    • ticket:
  • Tripled letter "mmm" for "mm"
    • algebras/yokonuma_hecke_algebra.py:373:        # Commmute g1 and t2, then multiply t1 and t2

    • symbolic/expression.pyx:10286:          - 'noexpand' (convert to commmon denominator and add)

    • ticket:
  • Tripled letter "sss" for "ss"
    • combinat/chas/wqsym.py:2141:            (not necesssarily order-preserving or order-reversing),

    • beware, some are on purpose, including:
      • combinat/designs/database.py:784:    for i,classs in enumerate(equiv):

      • combinat/designs/database.py:785:        for S in classs:

    • ticket: #27294
  • Tripled letter "ddd" for "dd"
    • modular/modform_hecketriangle/hecke_triangle_group_element.py:2870:        - K -- A field to which we want the (correct) embeddding.

    • modular/modform_hecketriangle/hecke_triangle_groups.py:735:        - K -- A field to which we want the (correct) embeddding.

    • ticket: #27294
  • Typo "rowss" for "rows"
    • misc/table.py:285:        Two tables are equal if and only if their data rowss and

    • ticket:
  • Frenchism: "substract" for "subtract"
    • use search_src to find 4 occurrences

    • ticket:
  • Frenchism: "Gougle" for "Google"

Need more typos? Search for frequent typos such as moprhism, mophism, morpism, homorphism, tulpe, descriprion, ...

If typos run out and there is a need for a tutorial on Sage development, email Samuel.

typos (last edited 2019-02-16 10:22:26 by chapoton)