Skip to content

Commit f43552e

Browse files
author
Matthias Koeppe
committed
src/doc/en/thematic_tutorials/geometry/polyhedra_tutorial.rst: Restore lost # random
1 parent 55efc14 commit f43552e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/thematic_tutorials/geometry/polyhedra_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ It is also possible to define a polyhedron over algebraic numbers.
202202
sage: # needs sage.rings.number_field
203203
sage: sqrt_2 = AA(2)^(1/2)
204204
sage: cbrt_2 = AA(2)^(1/3)
205-
sage: timeit('Polyhedron(vertices=[[sqrt_2, 0], [0, cbrt_2]])')
205+
sage: timeit('Polyhedron(vertices=[[sqrt_2, 0], [0, cbrt_2]])') # random
206206
5 loops, best of 3: 43.2 ms per loop
207207
sage: P4 = Polyhedron(vertices=[[sqrt_2, 0], [0, cbrt_2]]); P4
208208
A 1-dimensional polyhedron in AA^2 defined as the convex hull of 2 vertices

0 commit comments

Comments
 (0)