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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user