diff options
Diffstat (limited to 'doc/en/weechat_scripting.en.adoc')
-rw-r--r-- | doc/en/weechat_scripting.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index 4f8da7faa..6a2519df5 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -129,7 +129,7 @@ receive a string of type `str` or `bytes` (this list is not exhaustive): |=== In Python 2, which is now deprecated and should not be used any more, the -strings sent to callbacks were always of type `str`, and may contain invalid +strings sent to callbacks are always of type `str`, and may contain invalid UTF-8 data, in the cases mentioned above. ==== Perl |