changeset 5867:cd2103a83487

spelling: succeeded
author timeless@gmail.com
date Tue, 03 May 2016 12:15:59 +0000
parents 379f36491789
children 5ac263d4ae6c
files kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py	Tue May 03 12:15:11 2016 +0000
+++ b/kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py	Tue May 03 12:15:59 2016 +0000
@@ -55,7 +55,7 @@
 def guess_obj_type(obj):
     """Do everything to guess object type from string
 
-    Tries to convert to `int`, `bool` and finally returns if not succeded.
+    Tries to convert to `int`, `bool` and finally returns if not succeeded.
 
     .. versionadded: 0.5.4
     """