From 53a3e552f86dccec223e8b918e24ae3d4d48a3fb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 24 May 2019 10:35:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023a01a0..cc2dd96c 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ inspiration around the lower level networking details. *An HTTP response.* * `def __init__(...)` -* `.status_code` - **int** (Usually an instance of the `StatusCode` IntEnum.) +* `.status_code` - **int** *(Typically a `StatusCode` IntEnum.)* * `.reason_phrase` - **str** * `.protocol` - `"HTTP/2"` or `"HTTP/1.1"` * `.url` - **URL** -- 2.47.3