From 9fd557915c51342c0a90348b010e5052da0b222d Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 11 Oct 2014 13:03:04 +0200 Subject: [PATCH] Update util.py --- i3pystatus/core/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/core/util.py b/i3pystatus/core/util.py index c5bdcf4..55d3364 100644 --- a/i3pystatus/core/util.py +++ b/i3pystatus/core/util.py @@ -170,7 +170,7 @@ def formatp(string, **kwargs): Escaped brackets, i.e. \\\\[ and \\\\] are copied verbatim to output. :param string: Format string - :param **kwargs: keyword arguments providing data for the format string + :param kwargs: keyword arguments providing data for the format string :returns: Formatted string """