# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:13:10 # Node ID 283886705f2905d3c82cfeb3cd1bc0c6f9b7db77 # Parent 459a444d505f81210640e31970ef2f83674aeb6f spelling: returns diff --git a/kallithea/lib/utils2.py b/kallithea/lib/utils2.py --- a/kallithea/lib/utils2.py +++ b/kallithea/lib/utils2.py @@ -99,7 +99,7 @@ def __get_index_filenames(): def str2bool(_str): """ - returs True/False value from given string, it tries to translate the + returns True/False value from given string, it tries to translate the string into boolean :param _str: string value to translate into boolean