Skip to content

Commit

Permalink
doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Aug 18, 2016
1 parent 69675b6 commit 5a18e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def assertFloatsEqual(testCase, lhs, rhs, **kwargs):

@inTestCase
def assertClose(*args, **kwargs):
warnings.warn("assertClose is deprecated; please use TestCase.assertFloatsNearlyEqual",
warnings.warn("assertClose is deprecated; please use TestCase.assertFloatsAlmostEqual",
DeprecationWarning)
return assertFloatsAlmostEqual(*args, **kwargs)

Expand Down

0 comments on commit 5a18e78

Please sign in to comment.