chore: Remove typo from docstring

This commit is contained in:
kgriffs
2013-04-29 16:53:46 -04:00
parent 49811df0e2
commit 03e6ab86f2

View File

@@ -38,7 +38,7 @@ def internal_server_error(req, resp, **kwargs):
def create_method_not_allowed(allowed_methods):
"""Creates a responder for "405 Method Not Allowed".ipyth
"""Creates a responder for "405 Method Not Allowed"
Args:
allowed_methods: A list of HTTP methods (uppercase) that should be