1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +02:00

doc: fix typo in scripting guide

This commit is contained in:
Sébastien Helleu
2019-10-13 08:18:30 +02:00
parent ab6a991de2
commit 899550ca94
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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