aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/refman/generatormd.py2
-rw-r--r--docs/yaml/functions/error.yaml2
-rw-r--r--docs/yaml/functions/message.yaml2
-rw-r--r--docs/yaml/objects/env.yaml2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/refman/generatormd.py b/docs/refman/generatormd.py
index d04014a..42a0ee0 100644
--- a/docs/refman/generatormd.py
+++ b/docs/refman/generatormd.py
@@ -208,7 +208,7 @@ class GeneratorMD(GeneratorBase):
if not func.kwargs:
return signature + ')'
- # Only add this seperator if there are any posargs
+ # Only add this separator if there are any posargs
if all_args:
signature += '\n # Keyword arguments:\n'
diff --git a/docs/yaml/functions/error.yaml b/docs/yaml/functions/error.yaml
index d54808c..f4bb84c 100644
--- a/docs/yaml/functions/error.yaml
+++ b/docs/yaml/functions/error.yaml
@@ -11,4 +11,4 @@ varargs:
name: msg
since: 0.58.0
type: str
- description: Additional parameters will be seperated by spaces
+ description: Additional parameters will be separated by spaces
diff --git a/docs/yaml/functions/message.yaml b/docs/yaml/functions/message.yaml
index 2adf819..d4ab085 100644
--- a/docs/yaml/functions/message.yaml
+++ b/docs/yaml/functions/message.yaml
@@ -11,4 +11,4 @@ varargs:
name: more_text
since: 0.54.0
type: str
- description: Additional text that will be printed seperated by spaces.
+ description: Additional text that will be printed separated by spaces.
diff --git a/docs/yaml/objects/env.yaml b/docs/yaml/objects/env.yaml
index fea11d5..36d3aba 100644
--- a/docs/yaml/objects/env.yaml
+++ b/docs/yaml/objects/env.yaml
@@ -44,7 +44,7 @@ methods:
separator:
type: str
description: |
- The seperator to use. If not explicitly specified, the default path
+ The separator to use. If not explicitly specified, the default path
separator for the host operating system will be used, i.e. ';' for
Windows and ':' for UNIX/POSIX systems.