Skip to content

Commit

Permalink
UriHolder._clear_uri_set: Change docstring to reflect clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zocker1999NET committed Jul 7, 2023
1 parent 0d6ebd2 commit bf8744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entertainment_decider/models/extras/uris.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _uri_set(self) -> Set[str]:

@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:
Expand Down

0 comments on commit bf8744a

Please sign in to comment.