fix minor typo

This commit is contained in:
Dominic Hamon 2021-04-09 13:00:06 +01:00 committed by GitHub
parent b8084e5054
commit 5a77a6d8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class __OptionMaker:
# Alias for nicer API.
# We have to instanciate an object, even if stateless, to be able to use __getattr__
# We have to instantiate an object, even if stateless, to be able to use __getattr__
# on option.range
option = __OptionMaker()