From: W. Trevor King Date: Wed, 18 Jun 2014 16:37:37 +0000 (-0700) Subject: pypid.backend: Fix 'abmient' -> 'ambient' typo in get_ambient_pv docstring X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;ds=sidebyside;p=pypid.git pypid.backend: Fix 'abmient' -> 'ambient' typo in get_ambient_pv docstring --- 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):