1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 03:46:39 +02:00

spelling: instantiated

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-09 11:33:02 -04:00
committed by Sébastien Helleu
parent 4c68c4cd48
commit 89e162fced
+1 -1
View File
@@ -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, ...
"""