fix: copy paste comment

pull/32/head^2
Langenfeld 2024-08-22 16:07:40 +02:00
rodzic f061e5a584
commit 65c763ae66
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -479,7 +479,7 @@ class Repository(ApiObject):
)
def del_topic(self, topic: str):
"""Add a topic to the repository"""
"""Delete a topic to the repository"""
self.gitea.requests_delete(
Repository.REPO_TOPIC % (self.owner.username, self.name, topic)
)