Fix old 'get_temp' -> 'get_pv' and 'get_ambient_temp' -> 'get_ambient_pv'
[pypid.git] / pypid / controller.py
index 07df6e24dec821a7d4f0c0cb6322116c04287ee4..22d20c85b65d381892d5f8e9908cc9dc3145056a 100644 (file)
@@ -324,7 +324,7 @@ class Controller (object):
             _time.sleep(sleep_time)
 
     def _time_function(self, function, args=(), kwargs=None, count=10):
-        "Rough estimate timing of get_temp(), takes me about 0.1s"
+        "Rough estimate timing of get_pv(), takes me about 0.1s"
         if kwargs is None:
             kwargs = {}
         start = _time.time()