Skip to content

Commit

Permalink
Fix a minor typo in docs (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi authored Dec 14, 2024
1 parent 24b708b commit f049bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/simulationoperators.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ You can compare if simulations are equal to each other using the following synta
r1 = rebound.Simulation()
r2 = rebound.Simulation()
# ... setup simulations ...
if r1 == 2:
if r1 == r2:
print("Simulations are equal")
```

0 comments on commit f049bf5

Please sign in to comment.