]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix docs typo: subuqery -> subquery
authorEvan Moore <etmoore@gmail.com>
Thu, 14 Jan 2021 08:22:48 +0000 (03:22 -0500)
committersqla-tester <sqla-tester@sqlalchemy.org>
Thu, 14 Jan 2021 08:22:48 +0000 (03:22 -0500)
commit4d20df14846e644b88fbe8a288116422bf5e343e
tree29f7c717dae44d6aaf124aae37ecbad7c87c685e
parent0e36c1bbe7c4fc83df13e756f04d9fa0fa8d5d39
Fix docs typo: subuqery -> subquery

<!-- Provide a general summary of your proposed changes in the Title field above -->

### Description
Fixes #5839
(sorry, realized just now that an issue wasn't required)

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

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: #<issue number>` 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: #<issue number>` in the commit message
- please include tests.

**Have a nice day!**

Closes: #5840
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5840
Pull-request-sha: b6f6af929fab4dab771565f6373b0275acbca793

Change-Id: I0b4c9b2d893e8141ee1cd21742a9b111fe371bac
doc/build/core/operators.rst
doc/build/orm/queryguide.rst
doc/build/tutorial/data.rst