Skip to content

Commit

Permalink
Update src/sage/matroids/oriented_matroids/abstract_oriented_matroid.py
Browse files Browse the repository at this point in the history
Co-authored-by: gmou3 <[email protected]>
  • Loading branch information
thecaligarmo and gmou3 authored Sep 12, 2024
1 parent cb8cdc8 commit 4667610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def dual(self):
sage: M = OrientedMatroid(A)
sage: m = M.matroid()
sage: m.dual()
Dual of 'Matroid of rank 2 on 3 elements'
Dual of 'Matroid of rank 2 on 3 elements with 5 flats'
sage: m.dual() is m
False
"""
Expand Down

0 comments on commit 4667610

Please sign in to comment.