Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Aug 8, 2016
1 parent ff798f8 commit 0f4451f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions aiohttp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,11 @@ class ServerHttpProtocol(aiohttp.StreamProtocol):
:param keepalive_timeout: number of seconds before closing
keep-alive connection
:type keepalive: int or None
:type keepalive_timeout: int or None
:param bool tcp_keepalive: TCP keep-alive is on, default is on
:param int timeout: slow request timeout
:param allowed_methods: (optional) List of allowed request methods.
Set to empty list to allow all methods.
:type allowed_methods: tuple
:param int slow_request_timeout: slow request timeout
:param bool debug: enable debug mode
Expand Down

0 comments on commit 0f4451f

Please sign in to comment.