projects
/
pypid.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8010c34
)
Fix Backend.get_ambient_mv -> get_ambient_pv typo.
author
W. Trevor King
<wking@drexel.edu>
Fri, 16 Dec 2011 21:36:27 +0000
(16:36 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 16 Dec 2011 21:36:27 +0000
(16:36 -0500)
pypid/backend/__init__.py
patch
|
blob
|
history
diff --git
a/pypid/backend/__init__.py
b/pypid/backend/__init__.py
index 9efad6a394d2e8e5a0dca3c1b473a5344097972a..e5b499bd74ba5c46ba4ea5d189a8acdb8d3f9f72 100644
(file)
--- 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_
m
v(self):
+ def get_ambient_
p
v(self):
"Return the abmient (bath) status in PV-units"
raise NotImplementedError()