fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458)

This commit is contained in:
David Bordeynik 2021-02-07 10:33:45 +02:00 committed by GitHub
parent c52e7d212f
commit 2847869475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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**