From 899550ca94a00d403f3dc2278c279230d209e64f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 13 Oct 2019 08:18:30 +0200 Subject: [PATCH] doc: fix typo in scripting guide --- doc/de/weechat_scripting.de.adoc | 2 +- doc/en/weechat_scripting.en.adoc | 2 +- doc/it/weechat_scripting.it.adoc | 2 +- doc/ja/weechat_scripting.ja.adoc | 2 +- doc/pl/weechat_scripting.pl.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/de/weechat_scripting.de.adoc b/doc/de/weechat_scripting.de.adoc index 40b70f0f0..831fe3db5 100644 --- a/doc/de/weechat_scripting.de.adoc +++ b/doc/de/weechat_scripting.de.adoc @@ -138,7 +138,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 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 diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 62e367020..c1d09dfa1 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -141,7 +141,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 diff --git a/doc/ja/weechat_scripting.ja.adoc b/doc/ja/weechat_scripting.ja.adoc index d06356507..9fe2e3fb3 100644 --- a/doc/ja/weechat_scripting.ja.adoc +++ b/doc/ja/weechat_scripting.ja.adoc @@ -138,7 +138,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 diff --git a/doc/pl/weechat_scripting.pl.adoc b/doc/pl/weechat_scripting.pl.adoc index 727387254..38e331e85 100644 --- a/doc/pl/weechat_scripting.pl.adoc +++ b/doc/pl/weechat_scripting.pl.adoc @@ -138,7 +138,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