Skip to content

Commit ae15866

Browse files
author
Release Manager
committed
gh-39482: fix one typo just a little typo ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: #39482 Reported by: Frédéric Chapoton Reviewer(s): camille-garnier
2 parents 83f7d06 + 8e0678d commit ae15866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/cographs.py

+1-1
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)