From 89e162fcedca93309a20a137bf4298e7ded85db9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:33:02 -0400 Subject: [PATCH] spelling: instantiated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/scripts/python/testapigen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index 5f0e6d746..c417bdd54 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -81,7 +81,7 @@ class WeechatScript(object): # pylint: disable=too-many-instance-attributes """ A generic WeeChat script. - This class must NOT be instanciated directly, use subclasses instead: + This class must NOT be instantiated directly, use subclasses instead: PythonScript, PerlScript, ... """