Skip to content

Commit 2b7d245

Browse files
committed
tiny grammar error
1 parent 8c5e2f8 commit 2b7d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/9_trees_and_directed_acyclic_graphs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Data structures for trees
287287
<https://imperial.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=5477e1b1-1040-4a07-97a5-aceb01230fc6>`__.
288288

289289
Unlike the sequence types we have previously met, trees are not linear objects.
290-
If we wish to iterate through every node in the tree then we have a choices to
290+
If we wish to iterate through every node in the tree then we have choices to
291291
make about the order in which we do so. In particular, there are two obvious
292292
classes of traversal order:
293293

0 commit comments

Comments
 (0)