summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-04-07 15:19:13 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-04-07 15:19:13 +0200
commit64738bcee90a1f3dbf443a87847c71548b165986 (patch)
treef3518296a4fba3f014053d84f5ea39f2599c0a48 /doc/ja
parent6de98179bc87df4f2da38e36d64a03a1c0f9f623 (diff)
downloadweechat-64738bcee90a1f3dbf443a87847c71548b165986.zip
doc: add version 2.2 in Python example for function string_format_size (plugin API reference)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 875a0a14a..e351f219c 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -1724,7 +1724,8 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */
free (str);
----
-スクリプト (Python) での使用例:
+// TRANSLATION MISSING
+Script (Python), _WeeChat ≥ 2.2_:
[source,python]
----