Module Imports
==============
-In 0.3, "``from sqlachemy import *``" would import all of
-sqlachemy's sub-modules into your namespace. Version 0.4 no
+In 0.3, "``from sqlalchemy import *``" would import all of
+sqlalchemy's sub-modules into your namespace. Version 0.4 no
longer imports sub-modules into the namespace. This may mean
you need to add extra imports into your code.
---------------------------------------------------------------------------------
SQL Server as of SQL Server 2012 now supports sequences with real
-``CREATE SEQUENCE`` syntax. In :ticket:`4235`, SQLAchemy will add support for
+``CREATE SEQUENCE`` syntax. In :ticket:`4235`, SQLAlchemy will add support for
these using :class:`.Sequence` in the same way as for any other dialect.
However, the current situation is that :class:`.Sequence` has been repurposed
on SQL Server specifically in order to affect the "start" and "increment"