diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-07 15:19:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-04-07 15:19:13 +0200 |
commit | 64738bcee90a1f3dbf443a87847c71548b165986 (patch) | |
tree | f3518296a4fba3f014053d84f5ea39f2599c0a48 /doc/it | |
parent | 6de98179bc87df4f2da38e36d64a03a1c0f9f623 (diff) | |
download | weechat-64738bcee90a1f3dbf443a87847c71548b165986.zip |
doc: add version 2.2 in Python example for function string_format_size (plugin API reference)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 08ecdba13..c547dcd2d 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -1790,7 +1790,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */ free (str); ---- -Script (Python): +Script (Python), _WeeChat ≥ 2.2_: [source,python] ---- |