Skip to content

Commit 2d96d57

Browse files
fix function note grammar issue
1 parent 7c5bbc2 commit 2d96d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyaron/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def tree(point_count, chain=0, flower=0, **kwargs):
148148
-> the generator of the weights. It should return the weight. The default way is to use the random.randint()
149149
int father_gen(cur)
150150
= lambda cur: random.randrange(1, cur)
151-
-> the generator of the fathers current point.
151+
-> the generator of the fathers of current point.
152152
"""
153153
directed = kwargs.get("directed", False)
154154
weight_limit = kwargs.get("weight_limit", (1, 1))

0 commit comments

Comments
 (0)