diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-12-09 14:43:49 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-12-09 14:43:49 -0500 |
| commit | ee8dde9f1cfea8529c11e0f35d99a76d51e45322 (patch) | |
| tree | 3d2a180cb17ebd33d2bfdb68cc2c2523363a7656 | |
| parent | 7443d50d3102e345a367afea9019feb2d8c0c5a3 (diff) | |
| download | sqlalchemy-ee8dde9f1cfea8529c11e0f35d99a76d51e45322.tar.gz | |
typo
| -rw-r--r-- | doc/build/core/connections.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/core/connections.rst b/doc/build/core/connections.rst index d6726015a..b55ca2a82 100644 --- a/doc/build/core/connections.rst +++ b/doc/build/core/connections.rst @@ -483,7 +483,7 @@ Registering Dialects In-Process SQLAlchemy also allows a dialect to be registered within the current process, bypassing the need for separate installation. Use the ``register()`` function as follows:: - from sqlalchemy.dialects import register + from sqlalchemy.dialects import registry registry.register("mysql.foodialect", "myapp.dialect", "MyMySQLDialect") The above will respond to ``create_engine("mysql+foodialect://")`` and load the |
