Skip to content

Commit

Permalink
Fixed doctest typos in chow_ring_ideal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
25shriya committed Sep 23, 2024
1 parent d631779 commit 6ddca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/matroids/chow_ring_ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def matroid(self):
EXAMPLES::
sage: ch = matroids.Uniform(3,6).chow_ring(QQ, False)
sage: ch.matroid()
sage: ch.defining_ideal().matroid()
U(3, 6): Matroid of rank 3 on 6 elements with circuit-closures
{3: {{0, 1, 2, 3, 4, 5}}}
"""
Expand All @@ -38,7 +38,7 @@ def flats_generator(self):
EXAMPLES::
sage: ch = matroids.catalog.Fano().chow_ring(QQ, False)
sage: ch.flats_generator()
sage: ch.defining_ideal().flats_generator()
{frozenset({'a'}): Aa, frozenset({'b'}): Ab, frozenset({'c'}): Ac,
frozenset({'d'}): Ad, frozenset({'e'}): Ae, frozenset({'f'}): Af,
frozenset({'g'}): Ag, frozenset({'b', 'a', 'f'}): Aabf,
Expand Down

0 comments on commit 6ddca26

Please sign in to comment.