]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458)
authorDavid Bordeynik <david.bordeynik@gmail.com>
Sun, 7 Feb 2021 08:33:45 +0000 (10:33 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 08:33:45 +0000 (09:33 +0100)
docs/api.md

index 0a5afd1fa9c10246e3e2887d6e2054b8483e2a25..c644f8a3116e8e001f793f1847eaf74d8da096c8 100644 (file)
@@ -121,7 +121,7 @@ what gets sent over the wire.*
 * `.port` - **int**
 * `.path` - **str**
 * `.query` - **str**
-* `.full_path` - **str**
+* `.raw_path` - **str**
 * `.fragment` - **str**
 * `.is_ssl` - **bool**
 * `.is_absolute_url` - **bool**