diff options
author | 2022-08-23 00:12:05 +0300 | |
---|---|---|
committer | 2022-08-23 00:12:05 +0300 | |
commit | b8f89bff119d56f18a8bddba8fc9147167756f9b (patch) | |
tree | a2de9dd2110a7aa55ba40aa9488d950475c86fe7 /pydis_site/apps/content/models | |
parent | Improve Tag Commit Naming (diff) |
Clarify Tag Model Docstring
Co-authored-by: ChrisJL <[email protected]>
Diffstat (limited to 'pydis_site/apps/content/models')
-rw-r--r-- | pydis_site/apps/content/models/tag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/models/tag.py b/pydis_site/apps/content/models/tag.py index 73d6cb79..e06ce067 100644 --- a/pydis_site/apps/content/models/tag.py +++ b/pydis_site/apps/content/models/tag.py @@ -35,7 +35,7 @@ class Commit(models.Model): class Tag(models.Model): - """A tag from the python-discord server.""" + """A tag from the python-discord bot repository.""" URL_BASE = "https://github.com/python-discord/bot/tree/main/bot/resources/tags" |