diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-08 16:14:09 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-08 16:14:09 -0400 |
commit | c6615b41a6d94e9e172ea1566fd81779be3fb274 (patch) | |
tree | bb3cc1e2800f48bbe72dbc19eef1d4723f703914 | |
parent | 044582109c6a54c5c4dec021b17eb51f92edfbd2 (diff) | |
download | sqlalchemy-c6615b41a6d94e9e172ea1566fd81779be3fb274.tar.gz |
formatting
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 0f2b4cf29..4d344a13d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -150,9 +150,9 @@ :tags: feature, general :tickets: 2671 - The codebase is now "in-place" for Python - 2 and 3, the need to run 2to3 has been removed. - Compatibility is now against Python 2.6 on forward. + The codebase is now "in-place" for Python + 2 and 3, the need to run 2to3 has been removed. + Compatibility is now against Python 2.6 on forward. .. change:: :tags: feature, oracle, py3k |