Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
8ff5bbd4
Commit
8ff5bbd4
authored
Feb 04, 2014
by
Tiago Peixoto
Browse files
Docstring correction
parent
5d66e191
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/generation/__init__.py
View file @
8ff5bbd4
...
...
@@ -482,7 +482,7 @@ def random_rewire(g, model="uncorrelated", n_iter=1, edge_sweep=True,
If ``True``, each iteration will perform an entire "sweep" over the
edges, where each edge is visited once in random order, and a edge swap
is attempted.
parallel : bool (optional, default: ``False``)
parallel
_edges
: bool (optional, default: ``False``)
If ``True``, parallel edges are allowed.
self_loops : bool (optional, default: ``False``)
If ``True``, self-loops are allowed.
...
...
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