From: Mark Amery Date: Thu, 28 May 2020 12:57:26 +0000 (-0400) Subject: Fix 'email_address' being typoed as 'email_addres' in two places X-Git-Tag: rel_1_4_0b1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45399f96de328fc00901f12a9256cfb1ae607d2a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix 'email_address' being typoed as 'email_addres' in two places ### Description Fixes a typo that coincidentally occurs in a couple of different places - once in the docs, and another time in a test, where it was presumably neutering one of the test's assertions by making it always pass. ### Checklist This pull request is: - [x] A documentation / typographical error fix - Good to go, no issue or tests are needed - [ ] A short code fix - please include the issue number, and create an issue if none exists, which must include a complete example of the issue. one line code fixes without an issue and demonstration will not be accepted. - Please include: `Fixes: #` in the commit message - please include tests. one line code fixes without tests will not be accepted. - [ ] A new feature implementation - please include the issue number, and create an issue if none exists, which must include a complete example of how the feature would look. - Please include: `Fixes: #` in the commit message - please include tests. **Have a nice day!** Closes: #5358 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5358 Pull-request-sha: 8a6e64323abeb9d08de3f68c63c6401ba1a5f847 Change-Id: I667657ee2d1d67b142f025257da7953a51c2ab7f ---