0533707
diff -up src/sage/combinat/crystals/alcove_path.py.orig src/sage/combinat/crystals/alcove_path.py
5a519c8
--- src/sage/combinat/crystals/alcove_path.py.orig	2019-06-26 14:41:04.000000000 -0600
5a519c8
+++ src/sage/combinat/crystals/alcove_path.py	2019-06-27 11:46:03.613253846 -0600
55beead
@@ -383,7 +383,7 @@ class CrystalOfAlcovePaths(UniqueReprese
eaa777c
 
eaa777c
         One can compute all vertices of the crystal by finding all the
eaa777c
         admissible subsets of the `\lambda`-chain  (see method
eaa777c
-        is_admissible, for definition).  We use the breath first
eaa777c
+        is_admissible, for definition).  We use the breadth first
eaa777c
         search algorithm.
eaa777c
 
eaa777c
         .. WARNING::
0533707
diff -up src/sage/homology/homology_group.py.orig src/sage/homology/homology_group.py
5a519c8
--- src/sage/homology/homology_group.py.orig	2019-06-26 14:41:04.000000000 -0600
5a519c8
+++ src/sage/homology/homology_group.py	2019-06-27 11:46:03.614253830 -0600
eaa777c
@@ -109,7 +109,7 @@ class HomologyGroup_class(AdditiveAbelia
eaa777c
             sage: from sage.homology.homology_group import HomologyGroup
eaa777c
             sage: H = HomologyGroup(7, ZZ, [4,4,4,4,4,7,7])
eaa777c
             sage: H._latex_()
eaa777c
-            'C_{4}^{5} \\times C_{7} \\times C_{7}'
eaa777c
+            'C_{4}^{5} \times C_{7} \times C_{7}'
eaa777c
             sage: latex(HomologyGroup(6, ZZ))
eaa777c
             \ZZ^{6}
eaa777c
         """