##// END OF EJS Templates
coding style: fix yield used as a function
Thomas Arendsen Hein -
r13077:6b8d2ee2 default
parent child Browse files
Show More
@@ -34,7 +34,7 b''
34 gratuitous whitespace in () or []
34 gratuitous whitespace in () or []
35 ./wrong.py:2:
35 ./wrong.py:2:
36 > del(arg2)
36 > del(arg2)
37 del isn't a function
37 Python keyword is not a function
38 ./wrong.py:3:
38 ./wrong.py:3:
39 > return ( 5+6, 9)
39 > return ( 5+6, 9)
40 missing whitespace in expression
40 missing whitespace in expression
General Comments 0
You need to be logged in to leave comments. Login now