Skip to content

Commit ade102d

Browse files
authored
Merge pull request #38 from delirious-lettuce/master
Fix typo in readme (breath -> breadth)
2 parents 40bbbc9 + 5154576 commit ade102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is another example involving graphs:
143143
takes.insert({'_from': 'students/02', '_to': 'courses/STA101'})
144144
takes.insert({'_from': 'students/03', '_to': 'courses/CSC101'})
145145
146-
# Traverse the graph in outbound direction, breath-first
146+
# Traverse the graph in outbound direction, breadth-first
147147
traversal_results = graph.traverse(
148148
start_vertex='students/01',
149149
strategy='bfs',

0 commit comments

Comments
 (0)