mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 12:12:53 +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
|
||||
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.
|
||||
|
||||
Example:
|
||||
wrapArguments(['test1!*@long.ban.abcdefghijklmnopq', 'test2!*@long.ban.abcdefghijklmnopq',
|
||||
'test3!*@long.ban.abcdefghijklmnopq'])
|
||||
=>
|
||||
|
||||
"""
|
||||
strings = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user