changeset 5862:459a444d505f

spelling: refers
author timeless@gmail.com
date Tue, 03 May 2016 12:12:37 +0000
parents 0ccdb52079e9
children 283886705f29
files kallithea/lib/dbmigrate/migrate/changeset/constraint.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/dbmigrate/migrate/changeset/constraint.py	Tue May 03 12:12:24 2016 +0000
+++ b/kallithea/lib/dbmigrate/migrate/changeset/constraint.py	Tue May 03 12:12:37 2016 +0000
@@ -96,7 +96,7 @@
     Migrate's additional parameters:
 
     :param columns: Columns in constraint
-    :param refcolumns: Columns that this FK reffers to in another table.
+    :param refcolumns: Columns that this FK refers to in another table.
     :param table: If columns are passed as strings, this kw is required
     :type table: Table instance
     :type columns: list of strings or Column instances