From 957d7cb4c76f127e51104fae40cbd63267064453 Mon Sep 17 00:00:00 2001 From: bsimon Date: Wed, 11 Jun 2014 13:59:41 +0000 Subject: Fixed misspelling of emporical in comment git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@32436 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: 71add5c4f5e1a47236a623b7613321594781dc06 --- stsci/sphere/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci/sphere/graph.py') diff --git a/stsci/sphere/graph.py b/stsci/sphere/graph.py index 7d0c06d..2b37522 100644 --- a/stsci/sphere/graph.py +++ b/stsci/sphere/graph.py @@ -121,7 +121,7 @@ class Graph: thres : float If difference is smaller than this, points are equal. The default value of 2e-8 radians is set based on - emphirical test cases. Relative threshold based on + empirical test cases. Relative threshold based on the actual sizes of polygons is not implemented. """ return np.array_equal(self._point, other._point) -- cgit