Skip to content

Commit dced0dd

Browse files
committed
update docstring wording
1 parent db10d3d commit dced0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyperlink/_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ def get(self, name):
15861586
return [value for (key, value) in self.query if name == key]
15871587

15881588
def remove(self, name, value=_UNSET, limit=None):
1589-
"""Make a new :class:`URL` instance with all occurrences of the query
1589+
"""Make a new :class:`URL` instance with occurrences of the query
15901590
parameter *name* removed, or, if *value* is set, parameters
15911591
matching *name* and *value*. No exception is raised if the
15921592
parameter is not already set.

0 commit comments

Comments
 (0)