From 958b41233cc68722ba02f999dee34cbda1948ea9 Mon Sep 17 00:00:00 2001 From: Erik Paemurru <143521159+paemurru@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:40:10 +0100 Subject: [PATCH] Fix toric typo (#4367) Reword awkward toric docstring. (cherry picked from commit 5aec608033c0fc58ffc7c9111339c81e6937f282) --- .../ToricVarieties/NormalToricVarieties/constructors.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AlgebraicGeometry/ToricVarieties/NormalToricVarieties/constructors.jl b/src/AlgebraicGeometry/ToricVarieties/NormalToricVarieties/constructors.jl index 507d2c082daf..35676184f290 100644 --- a/src/AlgebraicGeometry/ToricVarieties/NormalToricVarieties/constructors.jl +++ b/src/AlgebraicGeometry/ToricVarieties/NormalToricVarieties/constructors.jl @@ -66,8 +66,7 @@ end normal_toric_variety(max_cones::IncidenceMatrix, rays::AbstractCollection[RayVector]; non_redundant::Bool = false) Construct a normal toric variety $X$ by providing the rays and maximal cones -as vector of vectors. By default, this method assumes that the input is not -non-redundant (e.g. that a ray was entered twice by accident). If the user +as vector of vectors. By default, this method allows redundancies in the input, e.g. duplicate rays and non-maximal cones. If the user is certain that no redundancy exists in the entered information, one can pass `non_redundant = true` as third argument. This will bypass these consistency checks. In addition, this will ensure that the order of the rays is not