From d750742ae43e479be848f7940b44539ae431a83f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 18 Jun 2014 09:37:37 -0700 Subject: [PATCH] pypid.backend: Fix 'abmient' -> 'ambient' typo in get_ambient_pv docstring --- 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 e52dce0..cb0605d 100644 --- a/pypid/backend/__init__.py +++ b/pypid/backend/__init__.py @@ -82,7 +82,7 @@ class Backend (object): raise NotImplementedError() def get_ambient_pv(self): - "Return the abmient (bath) status in PV-units" + "Return the ambient (bath) status in PV-units" raise NotImplementedError() def set_max_mv(self, max): -- 2.26.2