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

Commit

Permalink
its cdd not ccd
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJahn committed Oct 25, 2021
1 parent 898ddd7 commit f7a19db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/root_system/reflection_group_real.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def bruhat_cone(self, x, y, side='upper', backend='cdd'):
* ``'upper'`` - roots of reflections corresponding to atoms in the interval [``x``, ``y``]
* ``'lower'`` - roots of reflections corresponding to coatoms in the interval [``x``, ``y``]
- ``backend`` -- string (default: ``'ccd'``) -- The backend to use to create the polyhedron.
- ``backend`` -- string (default: ``'cdd'``); the backend to use to create the polyhedron
EXAMPLES::
Expand Down

0 comments on commit f7a19db

Please sign in to comment.