summaryrefslogtreecommitdiff
path: root/doc/source/hacking/coding_guidelines.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/hacking/coding_guidelines.rst')
-rw-r--r--doc/source/hacking/coding_guidelines.rst4
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.