From dead44d3663918173834ef6d8b26948d1776da43 Mon Sep 17 00:00:00 2001 From: mdroe Date: Fri, 1 Jun 2012 18:50:53 +0000 Subject: Fix typo in docs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17197 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: ff32480b3a43d8507e537e843cfa3f4bd6b6c9e0 --- lib/great_circle_arc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/great_circle_arc.py') diff --git a/lib/great_circle_arc.py b/lib/great_circle_arc.py index 4684850..682f9d9 100644 --- a/lib/great_circle_arc.py +++ b/lib/great_circle_arc.py @@ -212,7 +212,7 @@ def length(A, B, degrees=True): .. math:: - \Delta = \arccos(A ยท B) + \Delta = \arccos(A \dot B) """ A = np.asanyarray(A) B = np.asanyarray(B) @@ -325,7 +325,7 @@ def interpolate(A, B, steps=50): Parameters ---------- A, B : (*x*, *y*, *z*) triples or Nx3 arrays of triples - The endpoints of the great circle arc. It is assumed that + The endpoints of the great circle arc. It is assumed thats these points are already normalized. steps : int -- cgit