Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend committed May 17, 2024
1 parent 0d75f53 commit c976bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/wise.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ observable to NEOWISE during this mission phase.

The outputs of this may be saved using the following:

>>> neospy.SimultaneousStates.save_list(visible, "visible_wise_2023.bin")
``neospy.SimultaneousStates.save_list(visible, "visible_wise_2023.bin")``

The states may later be loaded using:

>>> visible = neospy.SimultaneousStates.load_list("visible_wise_2023.bin")
``visible = neospy.SimultaneousStates.load_list("visible_wise_2023.bin")``


Computing Positions
Expand Down

0 comments on commit c976bc1

Please sign in to comment.