summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/schema.py
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-21 10:51:29 +1000
committerMin ho Kim <minho42@gmail.com>2019-07-21 10:51:29 +1000
commit7e588aadaab27a53b226a4637be9b4022ab46956 (patch)
tree9a38b84206b3ada32b2b8e9a53ec68515438a8a9 /lib/sqlalchemy/sql/schema.py
parent463c488d8e52725d1bf48229a9110b850a70418b (diff)
downloadsqlalchemy-7e588aadaab27a53b226a4637be9b4022ab46956.tar.gz
Fix typos
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 23c58dc4e..c84e3ee21 100644
--- a/lib/sqlalchemy/sql/schema.py
+++ b/lib/sqlalchemy/sql/schema.py
@@ -3777,7 +3777,7 @@ class MetaData(SchemaItem):
.. note::
- As refered above, the :paramref:`.MetaData.schema` parameter
+ As referred above, the :paramref:`.MetaData.schema` parameter
only refers to the **default value** that will be applied to
the :paramref:`.Table.schema` parameter of an incoming
:class:`.Table` object. It does not refer to how the