Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ooinaruhugh committed Jul 30, 2024
1 parent 311dee5 commit 15fcf72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experimental/GroebnerWalk/src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Gröbner basis with elements
with respect to the ordering
lex([x, y])
julia> groebner_walk(I, lex(R); algorithm=:perturbed)
julia> groebner_walk(I, lex(R); algorithm=:generic)
Gröbner basis with elements
1 -> x + y^12 - y^8 + y^4
2 -> y^16
1 -> y^16
2 -> x + y^12 - y^8 + y^4
with respect to the ordering
lex([x, y])
Expand Down

0 comments on commit 15fcf72

Please sign in to comment.