Skip to content

Commit c0e05d0

Browse files
Update handlers.py
1 parent d952a16 commit c0e05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/wsgiref/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _validate_status(self, status):
268268
if status[3] != " ":
269269
raise AssertionError("Status message must have a space after code")
270270

271-
def _convert_string_type(self, value, title, *, name):
271+
def _convert_string_type(self, value, title):
272272
"""Convert/check value type."""
273273
if type(value) is str:
274274
return value

0 commit comments

Comments
 (0)