Skip to content

Commit 3fad63d

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 8082ae7 commit 3fad63d

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
@@ -3,7 +3,7 @@
33
## How this exercise is structured for the Python track
44

55
The tests for this exercise expect your solution to be implemented as a RelativeDistance `class` in Python.
6-
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.
6+
If you are unfamiliar with `class`es in Python, [concept:python/classes]() and [`classes` in the official Python documentation][classes in python] are good places to start.
77

88

99
`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.

0 commit comments

Comments
 (0)