Skip to content

Commit

Permalink
Merge pull request #263 from timgates42/bugfix/typo_phrase
Browse files Browse the repository at this point in the history
Fix simple typo: pharse -> phrase
  • Loading branch information
twm committed Dec 24, 2019
2 parents 2d28bf5 + 042b8f9 commit e4e1eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Expand Up @@ -61,7 +61,7 @@ Augmented Response Objects

:ivar version: See :attr:`IResponse.version <twisted.web.iweb.IResponse.version>`
:ivar code: See :attr:`IResponse.code <twisted.web.iweb.IResponse.code>`
:ivar phrase: See :attr:`IResponse.phrase <twisted.web.iweb.IResponse.pharse>`
:ivar phrase: See :attr:`IResponse.phrase <twisted.web.iweb.IResponse.phrase>`
:ivar headers: See :attr:`IResponse.headers <twisted.web.iweb.IResponse.headers>`
:ivar length: See :attr:`IResponse.length <twisted.web.iweb.IResponse.length>`
:ivar request: See :attr:`IResponse.request <twisted.web.iweb.IResponse.request>`
Expand Down

0 comments on commit e4e1eda

Please sign in to comment.