Skip to content

Commit

Permalink
docs: Fix a few typos
Browse files Browse the repository at this point in the history
There are small typos in:
- src/treq/test/test_multipart.py

Fixes:
- Should read `output` rather than `outpute`.
- Should read `multipart` rather than `mutltipart`.

Signed-off-by: Tim Gates <[email protected]>
  • Loading branch information
timgates42 authored and twm committed Sep 5, 2022
1 parent 54ec473 commit 1696227
Showing 1 changed file with 2 additions and 2 deletions.
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 1696227

Please sign in to comment.