Skip to content

Commit fece53c

Browse files
Replace Set -> set
1 parent 5b460cb commit fece53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/word-graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ This function returns a set consisting of all the nodes in the word graph
11541154
:returns:
11551155
A set consisting of all the nodes in the word graph
11561156
*wg* that are reachable from *source*.
1157-
:rtype: Set[int]
1157+
:rtype: set[int]
11581158
11591159
:raises LibsemigroupsError:
11601160
if *source* is out of bounds (greater than or equal to

0 commit comments

Comments
 (0)