Merge pull request #2237 from timgates42/bugfix/typo_thoroughly

Fix simple typo: thorougly -> thoroughly
This commit is contained in:
Bastien Gérard
2020-01-05 11:17:49 +01:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ rename its occurrences.
This release includes a major rehaul of MongoEngine's code quality and
introduces a few breaking changes. It also touches many different parts of
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`.
If you import or catch this exception, you'll need to rename it in your code.