We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c11728 commit 84819aeCopy full SHA for 84819ae
docs/recipes.md
@@ -8,7 +8,7 @@ This page contains a few common recipes using the functions provided by `astro_p
8
from astro_pi_orbit import ISS
9
10
iss = ISS()
11
-print(ISS.coordinates())
+print(iss.coordinates())
12
```
13
## Take a photo and embed it with the current ISS coordinates
14
0 commit comments