diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-22 18:15:59 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-22 18:15:59 -0400 |
| commit | d8a80a35a0f117c7659c7a9c62e27994d3aadc01 (patch) | |
| tree | 7ae6e75617dacf2d38090289fcc99a10b1d4c66a /lib | |
| parent | 2db525614371de011b2c65a41a8b342b15865f3c (diff) | |
| download | sqlalchemy-d8a80a35a0f117c7659c7a9c62e27994d3aadc01.tar.gz | |
- fix typos
Change-Id: Ibf8bc0e997ff989c7b0c16afad48a95414078052
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/dialects/mysql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/mysql/base.py b/lib/sqlalchemy/dialects/mysql/base.py index d6701aeae..0cffae389 100644 --- a/lib/sqlalchemy/dialects/mysql/base.py +++ b/lib/sqlalchemy/dialects/mysql/base.py @@ -42,7 +42,7 @@ be employed. See :ref:`pool_disconnects` for current approaches. .. seealso:: :ref:`pool_disconnects` - Background on several techniques for dealing - with timed out connections as well as database restarts. + with timed out connections as well as database restarts. .. _mysql_storage_engines: |
