From 12c33fcddf8c4a9ff2fdf570e69249cea65a841c Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 2 Jan 2017 11:08:34 -0800 Subject: [PATCH] utils: remove incomplete example text for wrapArguments() --- utils.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utils.py b/utils.py index 32caa86..febd3a9 100644 --- a/utils.py +++ b/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 = []