Skip to content

Commit 1767079

Browse files
param -> parameter
1 parent 90ab0d5 commit 1767079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/urlparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The :mod:`urlparse` module defines the following functions:
154154
Copied from the :mod:`cgi` module.
155155

156156
.. versionchanged:: 2.7.16
157-
Added *max_num_fields* param.
157+
Added *max_num_fields* parameter.
158158

159159
.. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing[, max_num_fields]]])
160160

@@ -183,7 +183,7 @@ The :mod:`urlparse` module defines the following functions:
183183
Copied from the :mod:`cgi` module.
184184

185185
.. versionchanged:: 2.7.16
186-
Added *max_num_fields* param.
186+
Added *max_num_fields* parameter.
187187

188188
.. function:: urlunparse(parts)
189189

0 commit comments

Comments
 (0)