Skip to content

Commit 8b69168

Browse files
committed
fixes docs for signature based stuff
1 parent ee1ef7c commit 8b69168

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/src/groebner-bases.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,5 @@ variables of the first block via the `eliminate` parameter in the
6161
To compute signature Gröbner bases use
6262

6363
```@docs
64-
sig_groebner_basis(
65-
sys::Vector{T} where T <: MPolyElem,
66-
info_level::Int=0,
67-
degbound::Int=0
68-
)
64+
sig_groebner_basis(sys::Vector{T}; info_level::Int = 0, degbound::Int = 0) where {T <: MPolyRingElem}
6965
```

0 commit comments

Comments
 (0)