3
0
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:
James Lu 2017-01-02 11:08:34 -08:00
parent efe38264ef
commit 12c33fcddf

View File

@ -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 = []