UriHolder._clear_uri_set: Change docstring to reflect clearing

master
Felix Stupp 10 months ago
parent 0d6ebd25e6
commit bf8744a700
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -42,7 +42,7 @@ class UriHolder:
@abstractmethod
def _clear_uri_set(self) -> None:
"""Sets the uri set of this object in a naive way."""
"""Clears the uri set of this object in a naive way."""
@abstractmethod
def _add_uri_to_set(self, uri: str) -> bool:

Loading…
Cancel
Save