]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Fri, 24 May 2019 09:35:12 +0000 (10:35 +0100)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 09:35:12 +0000 (10:35 +0100)
README.md

index 023a01a0e4cd9c9ec83c6b8a37039fafb4645010..cc2dd96cc538ce0a4336ab1ea341ac4fd3b74dca 100644 (file)
--- 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**