summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-13 16:23:53 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-13 16:17:36 +0000
commitb89d126ba176c780a66a140e1bb344fdf40cc7ee (patch)
tree22b2ce227f33735b0c7dbfcf6f75628f5dc57231
parenta49f42943ff21a3a170e90e6cca653707d6c730d (diff)
downloadbuildstream-jennis/split_contributing.tar.gz
coding_guidelines.rst: Inline comments require 2 whitespacesjennis/split_contributing
-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)**::