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
c423f60f
Commit
c423f60f
authored
Jun 02, 2013
by
Tiago Peixoto
Browse files
Fix typo in quickstart guide
parent
9f30098b
Changes
1
Hide whitespace changes
Inline
Side-by-side
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