Skip to content

Commit 575bf20

Browse files
committed
doc nitpick
1 parent 068ffb7 commit 575bf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/igraph/community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def _community_voronoi(graph, lengths=None, weights=None, mode="out", radius=Non
363363
@param radius: the radius/resolution to use when selecting generator points.
364364
The larger this value, the fewer partitions there will be. Pass C{None}
365365
to automatically select the radius that maximizes modularity.
366-
@return: an appropriate L{VertexClustering} object with extra attributes
366+
@return: an appropriate L{VertexClustering} object with an extra attribute
367367
called C{generators} (the generator vertices).
368368
"""
369369
# Convert mode string to proper enum value to avoid deprecation warning

0 commit comments

Comments
 (0)