Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit bc1b9cd

Browse files
committed
change variable name from egyption_py to egyption_pyramid
1 parent e5c6cad commit bc1b9cd

File tree

1 file changed

+2
-2
lines changed
  • src/sage/geometry/polyhedron

1 file changed

+2
-2
lines changed

src/sage/geometry/polyhedron/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,8 +4099,8 @@ def is_lawrence_polytope(self):
40994099
sage: L = P.lawrence_polytope()
41004100
sage: L.is_lattice_polytope()
41014101
True
4102-
sage: egyptian_py = polytopes.regular_polygon(4).pyramid()
4103-
sage: egyptian_py.is_lawrence_polytope()
4102+
sage: egyptian_pyramid = polytopes.regular_polygon(4).pyramid()
4103+
sage: egyptian_pyramid.is_lawrence_polytope()
41044104
True
41054105
sage: polytopes.octahedron().is_lawrence_polytope()
41064106
False

0 commit comments

Comments
 (0)