TST: doctest failure

This commit is contained in:
Joe Jevnik
2016-01-13 16:25:08 -05:00
parent 6280614a69
commit a3dbf7590e
+1 -1
View File
@@ -50,7 +50,7 @@ def optionally(preprocessor):
...
>>> f(1) # call with int
1
>> f('a') # call with not int
>>> f('a') # call with not int
Traceback (most recent call last):
...
TypeError: arg must be int