Skip to content

Commit

Permalink
Merge remote-tracking branch 'felixonmars/patch-1' into mpcontribs
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Dec 23, 2020
2 parents 9a5565e + ec2816b commit b53ee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mimerender.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def _make_response(self, content, headers, status):

def WSGIMimeRender(*args, **kwargs):
'''
A wrapper for _WSGIMimeRender that wrapps the
A wrapper for _WSGIMimeRender that wraps the
inner callable with wsgi_wrap first.
'''
def wrapper(*args2, **kwargs2):
Expand Down

0 comments on commit b53ee0c

Please sign in to comment.