diff options
author | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-12 18:18:04 -0500 |
---|---|---|
committer | Vraj Mohan <r.vrajmohan@gmail.com> | 2013-11-12 20:23:05 -0500 |
commit | fe1d64473896b1e8abeb8ddb966447632c057321 (patch) | |
tree | 1300d2f511f129e260510f7118785d26db8cc79b /lib/sqlalchemy/sql/schema.py | |
parent | 226c7ec7904ae325e0db35ce7841b4aa0d33974f (diff) | |
download | sqlalchemy-pr/43.tar.gz |
Fix indentation issues in docstringspr/43
Diffstat (limited to 'lib/sqlalchemy/sql/schema.py')
-rw-r--r-- | lib/sqlalchemy/sql/schema.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/schema.py b/lib/sqlalchemy/sql/schema.py index b651aef50..7bf543a61 100644 --- a/lib/sqlalchemy/sql/schema.py +++ b/lib/sqlalchemy/sql/schema.py @@ -364,7 +364,8 @@ class Table(SchemaItem, TableClause): @util.deprecated('0.9', 'Use ``table.schema.quote``') def quote_schema(self): """Return the value of the ``quote_schema`` flag passed - to this :class:`.Table`.""" + to this :class:`.Table`. + """ return self.schema.quote |