From 17b1459b578f7d6a7d337cb150cc60e95a543828 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Wed, 29 Jun 2016 08:48:35 -0700 Subject: [PATCH] Update Maps.py --- SimPEG/Maps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/Maps.py b/SimPEG/Maps.py index ada2e71b..97ea5b7f 100644 --- a/SimPEG/Maps.py +++ b/SimPEG/Maps.py @@ -98,7 +98,7 @@ class IdentityMap(object): """Test the derivative of the mapping. :param numpy.array m: model - :param kwargs: key word arguments of :math:`SimPEG.Tests.checkDerivative` + :param kwargs: key word arguments of :meth:`SimPEG.Tests.checkDerivative` :rtype: bool :return: passed the test?