diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-23 17:49:35 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-07-23 17:49:35 -0400 |
commit | ed4cf653152fd0baa2f60f1f00436ba9dd7540f5 (patch) | |
tree | ffc13d7133ae229dfaf2e5cb3a661039cfbd1d2f | |
parent | 6c5402c80cedf754c90925cf6fa5fc5deeae5c58 (diff) | |
download | sqlalchemy-pr/121.tar.gz |
- make the change non-impactfulpr/121
-rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 678261053..b865ded93 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -189,13 +189,12 @@ class Compiled(object): :param compile_kwargs: additional kwargs that will be passed to the initial call to :meth:`.Compiled.process`. + # -> a totally non-impactful change + .. versionadded:: 0.8 """ - print("bad pep8 code" - "for demonstration purposes" - ) self.dialect = dialect self.bind = bind if statement is not None: |