diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-09-13 16:22:18 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-09-13 16:17:36 +0000 |
commit | a49f42943ff21a3a170e90e6cca653707d6c730d (patch) | |
tree | b62e230d68be9d51dc182fb70f491ed90d10f717 /doc | |
parent | 10acf4d93a953137b5598a6359e650850060a817 (diff) | |
download | buildstream-a49f42943ff21a3a170e90e6cca653707d6c730d.tar.gz |
coding_guidelines.rst: Fix typo in frobiliciously
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/hacking/coding_guidelines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/hacking/coding_guidelines.rst b/doc/source/hacking/coding_guidelines.rst index 1d1fca401..37a5c2b15 100644 --- a/doc/source/hacking/coding_guidelines.rst +++ b/doc/source/hacking/coding_guidelines.rst @@ -67,7 +67,7 @@ comments and docstrings. Args: source (Source): The Source to frobnicate with frobilicious (bool): Optionally specify that frobnication should be - performed fribiliciously + performed frobiliciously Returns: (Element): The frobnicated version of this Element. @@ -85,7 +85,7 @@ comments and docstrings. # Args: # source (Source): The Source to frobnicate with # frobilicious (bool): Optionally specify that frobnication should be - # performed fribiliciously + # performed frobiliciously # # Returns: # (Element): The frobnicated version of this Element. |