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

Commit

Permalink
take -> make
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Mar 6, 2019
1 parent 5a5293c commit d04b627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/cone.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ class ConvexRationalPolyhedralCone(IntegralRayCollection,
- ``PPL`` -- either ``None`` (default) or a
:class:`~ppl.polyhedron.C_Polyhedron` representing the cone. This
serves only to cache the polyhedral data if you know it
already. The constructor does not take a copy so the ``PPL`` object
already. The constructor does not make a copy so the ``PPL`` object
should not be modified afterwards.
OUTPUT:
Expand Down

0 comments on commit d04b627

Please sign in to comment.