]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix a typo in the README.
authorDavid Ripton <dripton@ripton.net>
Mon, 29 Oct 2012 16:32:37 +0000 (12:32 -0400)
committerDavid Ripton <dripton@ripton.net>
Mon, 29 Oct 2012 16:32:37 +0000 (12:32 -0400)
README.rst

index b3ff87a767197303a720e31e0840cc00da46269e..59a8ba91f29699468b55efd0dd394dcbb96e3178 100644 (file)
@@ -63,7 +63,7 @@ The goals of Alembic are:
 * Don't break our necks over SQLite's inability to ALTER things.   SQLite
   has almost no support for table or column alteration, and this is likely
   intentional.   Alembic's design
-  is kept simple by not contorting it's core API around these limitations,
+  is kept simple by not contorting its core API around these limitations,
   understanding that SQLite is simply not intended to support schema
   changes.   While Alembic's architecture can support SQLite's workarounds, and
   we will support these features provided someone takes the initiative