doc: add version 2.2 in Python example for function string_format_size (plugin API reference)
This commit is contained in:
parent
6de98179bc
commit
64738bcee9
@ -1718,7 +1718,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 MB" */
|
||||
free (str);
|
||||
----
|
||||
|
||||
Script (Python):
|
||||
Script (Python), _WeeChat ≥ 2.2_:
|
||||
|
||||
[source,python]
|
||||
----
|
||||
|
@ -1751,7 +1751,7 @@ char *str = weechat_string_format_size (2097152); /* str == "2.10 Mo" */
|
||||
free (str);
|
||||
----
|
||||
|
||||
Script (Python) :
|
||||
Script (Python), _WeeChat ≥ 2.2_ :
|
||||
|
||||
[source,python]
|
||||
----
|
||||
|
@ -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]
|
||||
----
|
||||
|
@ -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]
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user