Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
e8d3c604
Commit
e8d3c604
authored
Jun 22, 2013
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial docstring fix
parent
c040f44d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/graph_tool/clustering/__init__.py
src/graph_tool/clustering/__init__.py
+1
-1
No files found.
src/graph_tool/clustering/__init__.py
View file @
e8d3c604
...
...
@@ -305,7 +305,7 @@ def motifs(g, k, p=1.0, motif_list=None, return_maps=False):
If supplied, the algorithms will only search for the motifs in this list
(or isomorphisms).
return_maps : bool (optional, default `False`)
If
t
rue, a list will be returned, which provide for each motif graph a
If
``T
rue
``
, a list will be returned, which provide
s
for each motif graph a
list of vertex property maps which map the motif to its location in the
main graph.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment