summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-10-13 08:18:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-13 08:18:30 +0200
commit899550ca94a00d403f3dc2278c279230d209e64f (patch)
tree59bd1c7c38b4509f643ca8edc27e89d359112414 /doc/de
parentab6a991de2bc02d904f1e5a2d8fec1d2d2259c2f (diff)
downloadweechat-899550ca94a00d403f3dc2278c279230d209e64f.zip
doc: fix typo in scripting guide
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_scripting.de.adoc2
1 files changed, 1 insertions, 1 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