Update util.py

This commit is contained in:
enkore 2014-10-11 13:03:04 +02:00
parent 9d28c8d300
commit 9fd557915c

View File

@ -170,7 +170,7 @@ def formatp(string, **kwargs):
Escaped brackets, i.e. \\\\[ and \\\\] are copied verbatim to output. Escaped brackets, i.e. \\\\[ and \\\\] are copied verbatim to output.
:param string: Format string :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 :returns: Formatted string
""" """