Skip to content

Commit 8e0678d

Browse files
committed
fix one typo
1 parent dc99dc8 commit 8e0678d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/cographs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def change_label(tree, status, counter):
395395
396396
- ``tree`` -- the tree to relabel
397397
398-
- ``status`` -- boolean; used to to detect series (``True``) and parallel
398+
- ``status`` -- boolean; used to detect series (``True``) and parallel
399399
(``False``) internal nodes
400400
401401
- ``counter`` -- list; the first integer of the list is used to assign a

0 commit comments

Comments
 (0)