From 28478694759edd882e95398af8b60f033019f623 Mon Sep 17 00:00:00 2001 From: David Bordeynik Date: Sun, 7 Feb 2021 10:33:45 +0200 Subject: [PATCH] fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 0a5afd1f..c644f8a3 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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** -- 2.47.3