]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
[doc/build/changelog/migration_20.rst] Remove and 5937/head
authorSamuel Marks <807580+SamuelMarks@users.noreply.github.com>
Sat, 13 Feb 2021 12:15:39 +0000 (23:15 +1100)
committerSamuel Marks <807580+SamuelMarks@users.noreply.github.com>
Sat, 13 Feb 2021 12:15:39 +0000 (23:15 +1100)
doc/build/changelog/migration_20.rst

index 6563b370b8e3c6856b6d24cc02a8300e41af8804..81d0bd4c68ac16d3069173e78717d75e39c65da6 100644 (file)
@@ -20,8 +20,8 @@ Migrating to SQLAlchemy 2.0
     disciplines.
 
     SQLAlchemy started with Python 2.3 which had no context managers, no
-    function decorators, Unicode as a second class feature, and and a variety
-    of other shortcomings that would be unknown today.  The biggest changes in
+    function decorators, Unicode as a second class feature, and a variety of
+    other shortcomings that would be unknown today.  The biggest changes in
     SQLAlchemy 2.0 are targeting the residual assumptions left over from this
     early period in SQLAlchemy's development as well as the leftover artifacts
     resulting from the incremental  introduction of key API features such as