summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-08-16 12:04:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-08-16 12:04:41 -0400
commit5b86ae5e8a50b9df54310312402fb2e12d742a2a (patch)
tree009589d0f5555cd9d710672b75c65172305aed9e /lib/sqlalchemy/sql/schema.py
parent9f41f64cd2e9cc9da8df55afc63bb9706ed41049 (diff)
parentfd164a6c849289b81f29059dda822c3d5902e40e (diff)
downloadsqlalchemy-5b86ae5e8a50b9df54310312402fb2e12d742a2a.tar.gz
Merge remote-tracking branch 'origin/pr/299'
Diffstat (limited to 'lib/sqlalchemy/sql/schema.py')
-rw-r--r--lib/sqlalchemy/sql/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py
index 457259d61..e364b2e7f 100644
--- a/lib/sqlalchemy/sql/schema.py
+++ b/lib/sqlalchemy/sql/schema.py
@@ -980,7 +980,7 @@ class Column(SchemaItem, ColumnClause):
* Part of the primary key
- * Not refering to another column via :class:`.ForeignKey`, unless
+ * Not referring to another column via :class:`.ForeignKey`, unless
the value is specified as ``'ignore_fk'``::
# turn on autoincrement for this column despite