Skip to content

Commit

Permalink
Correct a typo in mimerender.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Oct 14, 2020
1 parent 8bcd053 commit ec2816b
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 @@ -451,7 +451,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 ec2816b

Please sign in to comment.