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
763a0871
Commit
763a0871
authored
Mar 06, 2016
by
Tiago Peixoto
Browse files
Fix typo in GraphWindow's docstring
This fixes issue
#275
.
parent
4ebc5a3a
Pipeline
#117
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/draw/gtk_draw.py
View file @
763a0871
...
...
@@ -1114,7 +1114,7 @@ class GraphWindow(Gtk.Window):
given via the ``vertex_<prop-name>`` parameters, where ``<prop-name>`` is
the name of the property.
eprops : dict (optional, default: ``None``)
Dictionary with the
vertex
properties. Individual properties may also be
Dictionary with the
edge
properties. Individual properties may also be
given via the ``edge_<prop-name>`` parameters, where ``<prop-name>`` is
the name of the property.
vorder : :class:`~graph_tool.PropertyMap` (optional, default: ``None``)
...
...
Tiago Peixoto
@count0
mentioned in issue
#275 (closed)
·
Mar 06, 2016
mentioned in issue
#275 (closed)
mentioned in issue #275
Toggle commit list
Write
Preview
Supports
Markdown
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