Skip to content

Commit fb97d2f

Browse files
author
Janneck Wullschleger
committed
fixed doc string of Request
1 parent c2c24cc commit fb97d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pact/pact.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ def __init__(self, method, path, body=None, headers=None, query=''):
297297
Create a new instance of Request.
298298
299299
:param method: The HTTP method that is expected.
300-
:type method: str, Matcher
300+
:type method: str
301301
:param path: The URI path that is expected on this request.
302-
:type path: str
302+
:type path: str, Matcher
303303
:param body: The contents of the body of the expected request.
304304
:type body: str, dict, list
305305
:param headers: The headers of the expected request.

0 commit comments

Comments
 (0)