pypid.backend: Fix 'abmient' -> 'ambient' typo in get_ambient_pv docstring
[pypid.git] / pypid / backend / __init__.py
index e52dce056be4e1baa1611ebbffa34c68f750724b..cb0605dcc2b3f54540e061cfde769c84f864ac66 100644 (file)
@@ -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):