Fix simple typo: thorougly -> thoroughly

Closes #2236
This commit is contained in:
Tim Gates 2020-01-05 20:48:16 +11:00
parent 80ea1f6883
commit f8f267a880
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -52,7 +52,7 @@ rename its occurrences.
This release includes a major rehaul of MongoEngine's code quality and This release includes a major rehaul of MongoEngine's code quality and
introduces a few breaking changes. It also touches many different parts of introduces a few breaking changes. It also touches many different parts of
the package and although all the changes have been tested and scrutinized, the package and although all the changes have been tested and scrutinized,
you're encouraged to thorougly test the upgrade. you're encouraged to thoroughly test the upgrade.
First breaking change involves renaming `ConnectionError` to `MongoEngineConnectionError`. First breaking change involves renaming `ConnectionError` to `MongoEngineConnectionError`.
If you import or catch this exception, you'll need to rename it in your code. If you import or catch this exception, you'll need to rename it in your code.