Merge pull request #195 from silkuze/patch-1
[python-guide.git] / 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