diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-09-13 16:23:53 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-13 16:17:36 +0000 |
commit | b89d126ba176c780a66a140e1bb344fdf40cc7ee (patch) | |
tree | 22b2ce227f33735b0c7dbfcf6f75628f5dc57231 /doc | |
parent | a49f42943ff21a3a170e90e6cca653707d6c730d (diff) | |
download | buildstream-b89d126ba176c780a66a140e1bb344fdf40cc7ee.tar.gz |
coding_guidelines.rst: Inline comments require 2 whitespacesjennis/split_contributing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/hacking/coding_guidelines.rst | 2 |
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)**:: |