Skip to content

Commit

Permalink
Update forces.md
Browse files Browse the repository at this point in the history
Correcting typos
  • Loading branch information
matthewholman authored Jul 25, 2023
1 parent 76ae72c commit 5d30d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/forces.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The following code removes the higher order gravitational harmonics of the Earth
```python
extras = assist.Extras(sim, ephem)
forces = extras.forces
forces.remove("EARTH_HARMOMNICS")
forces.remove("SUN_HARMOMNICS")
forces.remove("EARTH_HARMONICS")
forces.remove("SUN_HARMONICS")
extras.forces = forces
```

Expand Down

0 comments on commit 5d30d5d

Please sign in to comment.