Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kopp committed Dec 24, 2021
1 parent d66a0a4 commit 9987517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ and completed with the implementation of several methods.
The functions take/return _node_ objects.
The `astar` library only requires the following property from these objects:

> They must be hashable (i.e. implement `__hash__`).
- They must be hashable (i.e. implement `__hash__`).

For the default implementation of `is_goal_reached`, the objects must be
comparable for same-ness (i.e. implement `__eq__`).
Expand Down

0 comments on commit 9987517

Please sign in to comment.