diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 12:30:10 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-10-11 12:32:45 -0400 |
commit | b91e76a4f7b9827d0d15c3c562af77f900a92091 (patch) | |
tree | 6d131a78356d9466cb4381ade4cfe3857f18e0c9 /lib/sqlalchemy/testing/plugin/bootstrap.py | |
parent | bee9b92ea094115269ba18e5b85b5cfe23b7f79d (diff) | |
download | sqlalchemy-b91e76a4f7b9827d0d15c3c562af77f900a92091.tar.gz |
rename elements to main
There are still some SQLite / MySQL specific occurrences
of "master" but this is most of it.
Change-Id: I0144c992e2f0207777e20e058b63a11c031986b9
Diffstat (limited to 'lib/sqlalchemy/testing/plugin/bootstrap.py')
-rw-r--r-- | lib/sqlalchemy/testing/plugin/bootstrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/plugin/bootstrap.py b/lib/sqlalchemy/testing/plugin/bootstrap.py index 1f568dfc8..b4691c57d 100644 --- a/lib/sqlalchemy/testing/plugin/bootstrap.py +++ b/lib/sqlalchemy/testing/plugin/bootstrap.py @@ -12,7 +12,7 @@ of the same test environment and standard suites available to SQLAlchemy/Alembic themselves without the need to ship/install a separate package outside of SQLAlchemy. -NOTE: copied/adapted from SQLAlchemy master for backwards compatibility; +NOTE: copied/adapted from SQLAlchemy main for backwards compatibility; this should be removable when Alembic targets SQLAlchemy 1.0.0. """ |