diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2020-06-26 15:30:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-06-26 15:30:57 +0000 |
commit | ba047cc8cab22541e88ce91936162d6e8164991a (patch) | |
tree | 6ab348228f67ebcfd478bf598b347484e8a811cd /lib/sqlalchemy/sql/compiler.py | |
parent | 2d9387354f11da322c516412eb5dfe937163c90b (diff) | |
parent | 2a1a9f5f5a9723f757439657d2bdf224baed8748 (diff) | |
download | sqlalchemy-ba047cc8cab22541e88ce91936162d6e8164991a.tar.gz |
Merge "Fix a wide variety of typos and broken links"
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index e8c11e34a..6152a28e7 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -2643,8 +2643,8 @@ class SQLCompiler(Compiled): return froms translate_select_structure = None - """if none None, should be a callable which accepts (select_stmt, **kw) - and returns a select object. this is used for structural changes + """if not ``None``, should be a callable which accepts ``(select_stmt, + **kw)`` and returns a select object. this is used for structural changes mostly to accommodate for LIMIT/OFFSET schemes """ |