summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/hacking/coding_guidelines.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/hacking/coding_guidelines.rst b/doc/source/hacking/coding_guidelines.rst
index 37a5c2b15..7088fc365 100644
--- a/doc/source/hacking/coding_guidelines.rst
+++ b/doc/source/hacking/coding_guidelines.rst
@@ -112,7 +112,7 @@ comments and docstrings.
def __init__(self, context, element):
- self.name = self._compute_name(context, element) # The name of this foo
+ self.name = self._compute_name(context, element) # The name of this foo
**Internal instance variable (long)**::