mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +01:00
utils: remove incomplete example text for wrapArguments()
This commit is contained in:
parent
efe38264ef
commit
12c33fcddf
6
utils.py
6
utils.py
@ -485,12 +485,6 @@ def wrapArguments(prefix, args, length, separator=' '):
|
|||||||
Takes a static prefix and a list of arguments, and returns a list of strings
|
Takes a static prefix and a list of arguments, and returns a list of strings
|
||||||
with the arguments wrapped across multiple lines. This is useful for breaking up
|
with the arguments wrapped across multiple lines. This is useful for breaking up
|
||||||
long SJOIN or MODE strings so they aren't cut off by message length limits.
|
long SJOIN or MODE strings so they aren't cut off by message length limits.
|
||||||
|
|
||||||
Example:
|
|
||||||
wrapArguments(['test1!*@long.ban.abcdefghijklmnopq', 'test2!*@long.ban.abcdefghijklmnopq',
|
|
||||||
'test3!*@long.ban.abcdefghijklmnopq'])
|
|
||||||
=>
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
strings = []
|
strings = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user