Skip to content

Commit eed8045

Browse files
authored
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Revert params note in urllib.parse.urlparse table
1 parent 3a7e955 commit eed8045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/urllib.parse.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ or on combining URL components into a URL string.
113113
+------------------+-------+-------------------------+------------------------+
114114
| :attr:`path` | 2 | Hierarchical path | empty string |
115115
+------------------+-------+-------------------------+------------------------+
116-
| :attr:`params` | 3 | No longer used | always an empty string |
116+
| :attr:`params` | 3 | Parameters for last | empty string |
117+
| | | path element | |
117118
+------------------+-------+-------------------------+------------------------+
118119
| :attr:`query` | 4 | Query component | empty string |
119120
+------------------+-------+-------------------------+------------------------+

0 commit comments

Comments
 (0)