Skip to content

Commit

Permalink
fixed doc string of Request
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneck Wullschleger committed Dec 16, 2017
1 parent c2c24cc commit fb97d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pact/pact.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ def __init__(self, method, path, body=None, headers=None, query=''):
Create a new instance of Request.
:param method: The HTTP method that is expected.
:type method: str, Matcher
:type method: str
:param path: The URI path that is expected on this request.
:type path: str
:type path: str, Matcher
:param body: The contents of the body of the expected request.
:type body: str, dict, list
:param headers: The headers of the expected request.
Expand Down

0 comments on commit fb97d2f

Please sign in to comment.