changeset 5863:283886705f29

spelling: returns
author timeless@gmail.com
date Tue, 03 May 2016 12:13:10 +0000
parents 459a444d505f
children 1906a1389cdd
files kallithea/lib/utils2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/utils2.py	Tue May 03 12:12:37 2016 +0000
+++ b/kallithea/lib/utils2.py	Tue May 03 12:13:10 2016 +0000
@@ -99,7 +99,7 @@
 
 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