Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #349

Merged
merged 2 commits into from
Sep 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added changelog.d/349.misc.rst
Empty file.
4 changes: 2 additions & 2 deletions src/treq/test/test_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class MultiPartProducerTestCase(unittest.TestCase):
"""
Tests for the L{MultiPartProducer} which gets dictionary like object
with post parameters, converts them to mutltipart/form-data format
with post parameters, converts them to multipart/form-data format
and feeds them to an L{IConsumer}.
"""
def _termination(self):
Expand All @@ -43,7 +43,7 @@ def setUp(self):

def getOutput(self, producer, with_producer=False):
"""
A convenience function to consume and return outpute.
A convenience function to consume and return output.
"""
consumer = output = BytesIO()

Expand Down