diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
|---|---|---|
| committer | Min ho Kim <minho42@gmail.com> | 2019-07-21 10:51:29 +1000 |
| commit | 7e588aadaab27a53b226a4637be9b4022ab46956 (patch) | |
| tree | 9a38b84206b3ada32b2b8e9a53ec68515438a8a9 /lib/sqlalchemy/sql/schema.py | |
| parent | 463c488d8e52725d1bf48229a9110b850a70418b (diff) | |
| download | sqlalchemy-7e588aadaab27a53b226a4637be9b4022ab46956.tar.gz | |
Fix typos
Diffstat (limited to 'lib/sqlalchemy/sql/schema.py')
| -rw-r--r-- | lib/sqlalchemy/sql/schema.py | 2 |
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 |
