Skip to content

Commit

Permalink
Improve grammar of BaseRequest.raw_headers docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunhao116 authored and asvetlov committed Aug 26, 2018
1 parent 1e2f51c commit 74fd256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/3215.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix BaseRequest.raw_headers doc.
2 changes: 1 addition & 1 deletion aiohttp/web_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def headers(self) -> CIMultiDictProxy:

@reify
def raw_headers(self) -> RawHeaders:
"""A sequence of pars for all headers."""
"""A sequence of pairs for all headers."""
return self._message.raw_headers

@staticmethod
Expand Down

0 comments on commit 74fd256

Please sign in to comment.