Skip to content

Commit f7fe441

Browse files
committed
Merge pull request pallets-eco#214 from pmarti/master
Fix typo in docstring
2 parents e860743 + 7f95aac commit f7fe441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def get_engine(self):
505505

506506

507507
def _defines_primary_key(d):
508-
"""Figures out if the given dictonary defines a primary key column."""
508+
"""Figures out if the given dictionary defines a primary key column."""
509509
return any(v.primary_key for k, v in iteritems(d)
510510
if isinstance(v, sqlalchemy.Column))
511511

0 commit comments

Comments
 (0)