From 3753e61337525d67a18080c28a9a3e6bb7eaebfd Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 16 Dec 2011 16:36:27 -0500 Subject: [PATCH] Fix Backend.get_ambient_mv -> get_ambient_pv typo. --- pypid/backend/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypid/backend/__init__.py b/pypid/backend/__init__.py index 9efad6a..e5b499b 100644 --- a/pypid/backend/__init__.py +++ b/pypid/backend/__init__.py @@ -83,7 +83,7 @@ class Backend (object): "Return the current process variable in PV-units" raise NotImplementedError() - def get_ambient_mv(self): + def get_ambient_pv(self): "Return the abmient (bath) status in PV-units" raise NotImplementedError() -- 2.26.2