Skip to content

Commit

Permalink
Fix typo (#6)
Browse files Browse the repository at this point in the history
`s/Deimoms/Deimos/`
  • Loading branch information
helgee authored Jan 15, 2024
1 parent d6be561 commit 5d25e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hapsira/bodies.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def plot(
mean_a=constants.mean_a_phobos,
)

Deimoms = Body(
Deimos = Body(
parent=Mars,
k=constants.GM_deimos,
name="Deimos",
Expand Down

0 comments on commit 5d25e62

Please sign in to comment.