Skip to content

Commit e1c6479

Browse files
committed
typo
1 parent 399602f commit e1c6479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_core/schema/parameters/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class InvalidParameterValue(OpenAPIParameterError):
3737
original_exception = attr.ib()
3838

3939
def __str__(self):
40-
return "Invalid parameter value for `{0}`: {1}".format(sef.name, self.original_exception)
40+
return "Invalid parameter value for `{0}`: {1}".format(self.name, self.original_exception)

0 commit comments

Comments
 (0)