Merge pull request #195 from silkuze/patch-1
authorKenneth Reitz <me@kennethreitz.com>
Sat, 8 Sep 2012 12:25:30 +0000 (05:25 -0700)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 8 Sep 2012 12:25:30 +0000 (05:25 -0700)
Missing a semicolon in the function definition

docs/writing/structure.rst

index 3ac9cab..35dd432 100644 (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