doc(Request): Add missing colon after "Keyword Arguments" (#941)

This commit is contained in:
Kurt Griffiths
2016-11-06 19:22:10 -07:00
committed by John Vrbanac
parent dea65e8092
commit 22acd2b2d9

View File

@@ -65,7 +65,7 @@ class Request(object):
env (dict): A WSGI environment dict passed in from the server. See
also PEP-3333.
Keyword Arguments
Keyword Arguments:
options (dict): Set of global options passed from the API handler.
Attributes: