From 939394ed3171ed42e1ccf5f1417b94de3eecb62c Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Thu, 21 Oct 2021 12:41:10 +0200 Subject: Fix typos "seperator" -> "separator" --- docs/refman/generatormd.py | 2 +- docs/yaml/functions/error.yaml | 2 +- docs/yaml/functions/message.yaml | 2 +- docs/yaml/objects/env.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/refman/generatormd.py b/docs/refman/generatormd.py index d04014a41..42a0ee0cf 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 d54808c99..f4bb84cd0 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 2adf8190a..d4ab085a8 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 fea11d5d8..36d3aba50 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. -- cgit v1.2.3