summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Ripton <dripton@ripton.net>2012-10-29 12:32:37 -0400
committerDavid Ripton <dripton@ripton.net>2012-10-29 12:32:37 -0400
commit3d0c1baaef2e86a0de67389423c069822b921c6b (patch)
treee1eaf17853bd92812781cd50bc09d3fbe8d0b6bd
parentb29682f893bce9bbdde360f430833e57f7f98ff3 (diff)
downloadalembic-3d0c1baaef2e86a0de67389423c069822b921c6b.tar.gz
Fix a typo in the README.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b3ff87a..59a8ba9 100644
--- a/README.rst
+++ b/README.rst
@@ -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