aboutsummaryrefslogtreecommitdiff
path: root/wlauto/utils/misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'wlauto/utils/misc.py')
-rw-r--r--wlauto/utils/misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wlauto/utils/misc.py b/wlauto/utils/misc.py
index cf170810..3f6d7e8b 100644
--- a/wlauto/utils/misc.py
+++ b/wlauto/utils/misc.py
@@ -492,7 +492,7 @@ def merge_config_values(base, other):
are treated as atomic, and not mergeable.
s: A sequence. Anything iterable that is not a dict or
a string (strings are considered scalars).
- m: A key-value mapping. ``dict`` and it's derivatives.
+ m: A key-value mapping. ``dict`` and its derivatives.
n: ``None``.
o: A mergeable object; this is an object that implements both
``merge_with`` and ``merge_into`` methods.