mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
typo
This commit is contained in:
parent
399602f013
commit
e1c64792d2
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ class InvalidParameterValue(OpenAPIParameterError):
|
|||
original_exception = attr.ib()
|
||||
|
||||
def __str__(self):
|
||||
return "Invalid parameter value for `{0}`: {1}".format(sef.name, self.original_exception)
|
||||
return "Invalid parameter value for `{0}`: {1}".format(self.name, self.original_exception)
|
||||
|
|
Loading…
Reference in a new issue