Skip to content

Commit 8082ae7

Browse files
BethanyGYrahcaz7
andauthored
Update exercises/practice/relative-distance/.docs/instructions.append.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent 45e3d60 commit 8082ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/relative-distance/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The tests for this exercise expect your solution to be implemented as a Relative
66
If you are unfamiliar with `class`es in Python, [concept:python/classes]() and [`classe`s in the official Python documentation][classes in python] are good places to start.
77

88

9-
`RelativeDistance` should be initialized (_see [`__init__()`][init] for more information_)_ using `family_tree`, a dictionary where the `keys` are individuals and `values` are `list`s of that individual's children.
9+
`RelativeDistance` should be initialized (_see [`__init__()`][init] for more information_) using `family_tree`, a dictionary where the `keys` are individuals and `values` are `list`s of that individual's children.
1010
You will also need to implement a `degree_of_separation` [method][methods] which will return the degree of separation between `person_a` and `person_b` who are individuals in the passed-in family tree.
1111

1212

0 commit comments

Comments
 (0)