Skip to content

Commit f72f263

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/root_system/type_affine.py: Remove unicode char
1 parent 55f4ab8 commit f72f263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/root_system/type_affine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ def simple_root(self, i):
327327
328328
Here is a twisted affine example::
329329
330-
sage: B31ᵛ = RootSystem(CartanType(["B",3,1]).dual())
331-
sage: B31ᵛ.ambient_space().simple_roots() # needs sage.graphs
330+
sage: B31v = RootSystem(CartanType(["B",3,1]).dual())
331+
sage: B31v.ambient_space().simple_roots() # needs sage.graphs
332332
Finite family {0: -e[0] - e[1] + e['delta'], 1: e[0] - e[1],
333333
2: e[1] - e[2], 3: 2*e[2]}
334334

0 commit comments

Comments
 (0)