Skip to content

Commit

Permalink
Merge pull request #349 from timgates42/bugfix_typos
Browse files Browse the repository at this point in the history
docs: Fix a few typos
  • Loading branch information
twm authored Sep 5, 2022
2 parents 54ec473 + f7a6932 commit 4b09044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 4b09044

Please sign in to comment.