projects
/
pypid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad92cda
)
pypid.backend: Fix 'abmient' -> 'ambient' typo in get_ambient_pv docstring
master
author
W. Trevor King
<wking@tremily.us>
Wed, 18 Jun 2014 16:37:37 +0000
(09:37 -0700)
committer
W. Trevor King
<wking@tremily.us>
Wed, 18 Jun 2014 16:37:37 +0000
(09:37 -0700)
pypid/backend/__init__.py
patch
|
blob
|
history
diff --git
a/pypid/backend/__init__.py
b/pypid/backend/__init__.py
index e52dce056be4e1baa1611ebbffa34c68f750724b..cb0605dcc2b3f54540e061cfde769c84f864ac66 100644
(file)
--- 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 a
bm
ient (bath) status in PV-units"
+ "Return the a
mb
ient (bath) status in PV-units"
raise NotImplementedError()
def set_max_mv(self, max):