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

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mo271 committed Sep 14, 2017
1 parent 856df77 commit 3f02385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ def render_3d(self, point_opts={}, line_opts={}, polygon_opts={}):
sage: Polyhedron(vertices=[[1,1,1]]).plot() # point in R^3
Graphics3d Object
The origin is no included, if it is not in the polyhedron (:trac:`23555`)::
The origin is not included, if it is not in the polyhedron (:trac:`23555`)::
sage: Q = Polyhedron([[100],[101]])
sage: P = Q*Q*Q; P
Expand Down

0 comments on commit 3f02385

Please sign in to comment.