We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40bbbc9 + 5154576 commit ade102dCopy full SHA for ade102d
README.rst
@@ -143,7 +143,7 @@ Here is another example involving graphs:
143
takes.insert({'_from': 'students/02', '_to': 'courses/STA101'})
144
takes.insert({'_from': 'students/03', '_to': 'courses/CSC101'})
145
146
- # Traverse the graph in outbound direction, breath-first
+ # Traverse the graph in outbound direction, breadth-first
147
traversal_results = graph.traverse(
148
start_vertex='students/01',
149
strategy='bfs',
0 commit comments