Merge pull request #195 from silkuze/patch-1

Missing a semicolon in the function definition
This commit is contained in:
Kenneth Reitz
2012-09-08 05:25:30 -07:00
+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