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

Commit 901a37a

Browse files
author
Jonathan Kliem
committed
minor changes in documentation
1 parent 01c5c19 commit 901a37a

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

src/sage/geometry/polyhedron/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4439,11 +4439,11 @@ def stack(self, face, position=None):
44394439
sage: stack.backend()
44404440
'field'
44414441
4442-
Taking the stacking vertex too far with the parameter `position`
4442+
Taking the stacking vertex too far with the parameter ``position``
44434443
may result in a failure to produce the desired
44444444
(combinatorial type of) polytope.
4445-
The interval of permittable values is always open.
4446-
This is the smallest non-permittable value::
4445+
The interval of permitted values is always open.
4446+
This is the smallest unpermitted value::
44474447
44484448
sage: P = polytopes.octahedron()
44494449
sage: P.stack(P.faces(2)[0], position=4)

0 commit comments

Comments
 (0)