From f6a2aef13a63d405141ff97123f08efaf65c7d80 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 17 May 2019 13:15:39 +0100 Subject: [PATCH] Tweak --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 69bda6ee..6f4e7cf6 100644 --- a/README.md +++ b/README.md @@ -145,12 +145,8 @@ what gets sent over the wire.* >>> response = client.send(request) ``` -<<<<<<< HEAD * `def __init__(method, url, params, [content], [headers], [cookies])` -======= -* `def __init__(method, url, params, content, headers)` ->>>>>>> cookies -* `.method` - **str** (Uppercased) +* `.method` - **str** * `.url` - **URL** * `.content` - **byte** or **byte async iterator** * `.headers` - **Headers**