diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-22 10:47:07 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-22 10:47:07 -0500 |
| commit | f1eb2921c762fef292a07e043b73881aaae476fa (patch) | |
| tree | 14973389ed7475084b89b05b15b9baa999fe673d /lib/sqlalchemy/sql/visitors.py | |
| parent | bebd757b06f10f29f9e3555dc0a3ba6fe3ec93d5 (diff) | |
| parent | f136cc893a2cd765c019654157af42aeb5135a1d (diff) | |
| download | sqlalchemy-f1eb2921c762fef292a07e043b73881aaae476fa.tar.gz | |
Merge remote-tracking branch 'origin/pr/5141'
Change-Id: If7e15115de22b0aa562a93f09d2287966914d96c
Diffstat (limited to 'lib/sqlalchemy/sql/visitors.py')
| -rw-r--r-- | lib/sqlalchemy/sql/visitors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/visitors.py b/lib/sqlalchemy/sql/visitors.py index cd1c7c696..c946bb4ab 100644 --- a/lib/sqlalchemy/sql/visitors.py +++ b/lib/sqlalchemy/sql/visitors.py @@ -180,7 +180,7 @@ class InternalTraversal(util.with_metaclass(_InternalTraversalType, object)): ] Above, the :class:`.Case` class indicates its internal state as the - attribtues named ``value``, ``whens``, and ``else\_``. They each + attributes named ``value``, ``whens``, and ``else\_``. They each link to an :class:`.InternalTraversal` method which indicates the type of datastructure referred towards. |
