Yes, 2 < 3. (fix constant comparison doctest).
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 02:19:22 +0000 (22:19 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 02:19:22 +0000 (22:19 -0400)
pycomedi/constant.pyx

index 1fed075e8e6cbd5dda0f2c5e98e78ba434bd7b9b..1f892197873be285ecc2bc3c07d279e38582f506 100644 (file)
@@ -91,7 +91,7 @@ False
 >>> TRIG_SRC.now <= 2
 True
 >>> TRIG_SRC.now < 3
-False
+True
 >>> TRIG_SRC.now > None
 True