diff options
| author | Lele Gaifax <lele@metapensiero.it> | 2018-12-30 21:16:11 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-12-30 21:16:52 -0500 |
| commit | c0f9708fde39175c8695fdd87873464f516fdf98 (patch) | |
| tree | 0125f36b065ce3212d4cb2f5503ff12da4dd0d45 /lib/sqlalchemy/testing/plugin/plugin_base.py | |
| parent | cfc49b45712c4e54187f47e03432331bae564037 (diff) | |
| download | sqlalchemy-c0f9708fde39175c8695fdd87873464f516fdf98.tar.gz | |
commit 1b774808c926665047bf353222ecd191679a95d1
Author: Lele Gaifax <lele@metapensiero.it>
Date: Tue Dec 25 12:35:41 2018 +0100
Consistently use "PostgreSQL", fixing also a few doc glitches
commit 0e382aaee4427193926f0dc10ad29056bc12c85e
Author: Lele Gaifax <lele@metapensiero.it>
Date: Tue Dec 25 12:08:49 2018 +0100
Remove duplicated words
Change-Id: Iaa586b9412f46a50fe6ff3bbb92e07d6cb1905c8
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/plugin_base.py')
| -rw-r--r-- | lib/sqlalchemy/testing/plugin/plugin_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/plugin/plugin_base.py b/lib/sqlalchemy/testing/plugin/plugin_base.py index 8939ff7c6..0ffcae093 100644 --- a/lib/sqlalchemy/testing/plugin/plugin_base.py +++ b/lib/sqlalchemy/testing/plugin/plugin_base.py @@ -66,7 +66,7 @@ def setup_options(make_option): make_option("--nomemory", action="store_true", dest="nomemory", help="Don't run memory profiling tests") make_option("--postgresql-templatedb", type="string", - help="name of template database to use for Postgresql " + help="name of template database to use for PostgreSQL " "CREATE DATABASE (defaults to current database)") make_option("--low-connections", action="store_true", dest="low_connections", |
