kopia lustrzana https://github.com/Langenfeld/py-gitea
fix: copy paste comment
rodzic
f061e5a584
commit
65c763ae66
|
@ -479,7 +479,7 @@ class Repository(ApiObject):
|
||||||
)
|
)
|
||||||
|
|
||||||
def del_topic(self, topic: str):
|
def del_topic(self, topic: str):
|
||||||
"""Add a topic to the repository"""
|
"""Delete a topic to the repository"""
|
||||||
self.gitea.requests_delete(
|
self.gitea.requests_delete(
|
||||||
Repository.REPO_TOPIC % (self.owner.username, self.name, topic)
|
Repository.REPO_TOPIC % (self.owner.username, self.name, topic)
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue