Missing a semicolon in the function definition

This commit is contained in:
silkuze
2012-09-08 15:23:39 +03:00
parent 63165d8f69
commit f2ca4ea7c6
+1 -1
View File
@@ -347,7 +347,7 @@ Some guidelines help to avoid this issue:
count = 1
msg = 'a string'
def func()
def func():
pass # Do something
Using short functions or methods helps reduce the risk