Differences between revisions 1 and 2
Revision 1 as of 2019-02-15 10:49:56
Size: 434
Editor: slelievre
Comment: Add some typos for beginners to fix
Revision 2 as of 2019-02-15 11:03:35
Size: 1607
Editor: slelievre
Comment: Add more typos for beginners to fix
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
  * Typo
    *
"expericenced" for "experienced"
  * Typo: "expericenced" for "experienced"
Line 12: Line 11:
  * Typo
   * The test introduced in ticket 15669 erroneously points to 15699.
  * Typo: the test introduced in ticket 15669 erroneously points to 15699
Line 15: Line 13:

  * 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)`
  * 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:`
  * 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.`

  * Typo "rowss" for "rows"
    * `misc/table.py:285: Two tables are equal if and only if their data rowss and`

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)

  • 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:

  • 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.

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

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