Skip to content

Commit 82bab29

Browse files
gmou3tscrim
andauthored
Small PEP8 edit
Suggested by tscrim Co-authored-by: Travis Scrimshaw <[email protected]>
1 parent d0a1dae commit 82bab29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/matroids/graphic_matroid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ def _minor(self, contractions=frozenset([]), deletions=frozenset([])):
533533
sage: M._minor(contractions=frozenset([0,1,2]))
534534
Graphic matroid of rank 1 on 7 elements
535535
sage: M = Matroid(range(15), graphs.PetersenGraph())
536-
sage: N = M._minor(deletions = frozenset([0, 3, 5, 9]),
537-
....: contractions = frozenset([1, 2, 11]))
536+
sage: N = M._minor(deletions=frozenset([0, 3, 5, 9]),
537+
....: contractions=frozenset([1, 2, 11]))
538538
sage: N
539539
Graphic matroid of rank 6 on 8 elements
540540
"""

0 commit comments

Comments
 (0)