sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.44k stars 481 forks source link

Fix latex typos in sfa.py #26336

Closed tscrim closed 6 years ago

tscrim commented 6 years ago

See \empty in http://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/sfa.html#sage.combinat.sf.sfa.SymmetricFunctionAlgebra_generic_Element.left_padded_kronecker_product

Should be \emptyset.

CC: @fchapoton

Component: documentation

Author: Travis Scrimshaw

Branch/Commit: 48e4b25

Reviewer: Frédéric Chapoton

Issue created by migration from https://trac.sagemath.org/ticket/26336

tscrim commented 6 years ago

Commit: f78675a

tscrim commented 6 years ago

Description changed:

--- 
+++ 
@@ -1,3 +1,3 @@
 See `\empty` in http://doc.sagemath.org/html/en/reference/combinat/sage/combinat/sf/sfa.html#sage.combinat.sf.sfa.SymmetricFunctionAlgebra_generic_Element.left_padded_kronecker_product

-
+Should be `\emptyset`.
tscrim commented 6 years ago

Branch: u/tscrim/fix_empty_sfa-26336

tscrim commented 6 years ago

New commits:

f78675aFixing \empty to \emptyset.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 6 years ago

Branch pushed to git repo; I updated commit sha1. New commits:

48e4b25Fixing another typo in sf.py.
7ed8c4ca-6d56-4ae9-953a-41e42b4ed313 commented 6 years ago

Changed commit from f78675a to 48e4b25

fchapoton commented 6 years ago
comment:3

ok

fchapoton commented 6 years ago

Reviewer: Frédéric Chapoton

vbraun commented 6 years ago

Changed branch from u/tscrim/fix_empty_sfa-26336 to 48e4b25