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
c423f60f
Commit
c423f60f
authored
Jun 02, 2013
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in quickstart guide
parent
9f30098b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/quickstart.rst
doc/quickstart.rst
+1
-1
No files found.
doc/quickstart.rst
View file @
c423f60f
...
...
@@ -249,7 +249,7 @@ methods should be used:
for v in g.vertices():
print(v)
for e in
e
.edges():
for e in
g
.edges():
print(e)
The code above will print the vertices and edges of the graph in the order they
...
...
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