Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 26, 2021
2 parents e4bd0ae + 2bb33dc commit bae4ab8
Show file tree
Hide file tree
Showing 4 changed files with 2,055 additions and 1,884 deletions.
2 changes: 1 addition & 1 deletion src/sage/geometry/abc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Polyhedron:
By design, there is a unique direct subclass::
sage: sage.geometry.abc.Polyhedron.__subclasses__() # optional - sage.geometry.polyhedron
[<class 'sage.geometry.polyhedron.base.Polyhedron_base'>]
[<class 'sage.geometry.polyhedron.base0.Polyhedron_base0'>]
sage: len(sage.geometry.abc.Polyhedron.__subclasses__()) <= 1
True
Expand Down
Loading

0 comments on commit bae4ab8

Please sign in to comment.