Skip to content

Commit ebaa3ee

Browse files
committed
fix typo in example docs
1 parent 83e5831 commit ebaa3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skyfield/documentation/earth-satellites.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,11 +542,11 @@ anti-aligned with the position vector:
542542
.. testcode::
543543

544544
neg_position = -geocentric.position.au / length_of(geocentric.position.au)
545-
print(negative_position)
545+
print(neg_position)
546546

547547
.. testoutput::
548548

549-
[-0.57745914 -0.2781511 0.76757599]
549+
[0.57745914 0.2781511 -0.76757599]
550550

551551
Now, to find the intersection of this vector with the Earth’s surface we can
552552
use the :meth:`~skyfield.toposlib.Geoid.intersection_of()` method:

0 commit comments

Comments
 (0)