Fix typo in optmanager.py (#4825)

assigment -> assignment
This commit is contained in:
Ikko Ashimine 2021-09-26 00:09:30 +09:00 committed by GitHub
parent 7e24e77ac4
commit 80bc6e147e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class OptManager:
self.changed = blinker.Signal()
self.errored = blinker.Signal()
# Options must be the last attribute here - after that, we raise an
# error for attribute assigment to unknown options.
# error for attribute assignment to unknown options.
self._options: typing.Dict[str, typing.Any] = {}
def add_option(