Skip to content

Commit

Permalink
Merge pull request #1611 from linchiwei123/patch-1
Browse files Browse the repository at this point in the history
update docstring of ResponseStreamMixin class
  • Loading branch information
davidism committed Jul 14, 2019
2 parents 71cf990 + 679ec2b commit d2e3c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/werkzeug/wrappers/response.py
Expand Up @@ -51,7 +51,7 @@ def encoding(self):


class ResponseStreamMixin(object):
"""Mixin for :class:`BaseRequest` subclasses. Classes that inherit from
"""Mixin for :class:`BaseResponse` subclasses. Classes that inherit from
this mixin will automatically get a :attr:`stream` property that provides
a write-only interface to the response iterable.
"""
Expand Down

0 comments on commit d2e3c15

Please sign in to comment.