diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-13 17:35:27 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-13 17:35:27 -0400 |
| commit | 8c7914e1818961e8d3acee33bea8e006b13993fa (patch) | |
| tree | 506e17ff2f5dc2009cb9f98e9689204d2d9d4032 /lib/sqlalchemy/ext | |
| parent | 96650157083f9c691a7a8a737724159cd6a1d668 (diff) | |
| download | sqlalchemy-8c7914e1818961e8d3acee33bea8e006b13993fa.tar.gz | |
- update engine docstrings due to move
- struggle with Operators class autodoc
Diffstat (limited to 'lib/sqlalchemy/ext')
| -rw-r--r-- | lib/sqlalchemy/ext/horizontal_shard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/horizontal_shard.py b/lib/sqlalchemy/ext/horizontal_shard.py index aa5bab2e2..f55cfae0a 100644 --- a/lib/sqlalchemy/ext/horizontal_shard.py +++ b/lib/sqlalchemy/ext/horizontal_shard.py @@ -92,7 +92,7 @@ class ShardedSession(Session): should be issued. Results from all shards returned will be combined together into a single listing. - :param shards: A dictionary of string shard names to :class:`~sqlalchemy.engine.base.Engine` + :param shards: A dictionary of string shard names to :class:`~sqlalchemy.engine.Engine` objects. """ |
