Skip to content

Commit 5154576

Browse files
Fixed typo (breath -> breadth)
1 parent 40bbbc9 commit 5154576

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)