diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 3ac9cab..35dd432 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -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