We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a84b7a commit 40d5e89Copy full SHA for 40d5e89
Doc/library/urllib.parse.rst
@@ -113,7 +113,8 @@ or on combining URL components into a URL string.
113
+------------------+-------+-------------------------+------------------------+
114
| :attr:`path` | 2 | Hierarchical path | empty string |
115
116
- | :attr:`params` | 3 | No longer used | always an empty string |
+ | :attr:`params` | 3 | Parameters for last | empty string |
117
+ | | | path element | |
118
119
| :attr:`query` | 4 | Query component | empty string |
120
0 commit comments