Skip to content

Commit 8ca16ea

Browse files
committed
style: Updating comments
1 parent 437ae98 commit 8ca16ea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

openedx_tagging/core/tagging/models.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -772,12 +772,13 @@ class ModelSystemDefinedTaxonomy(SystemDefinedTaxonomy):
772772
"""
773773
Model based system taxonomy abstract class.
774774
775-
This type of taxonomies has an associated Django model in `tag_class_model()`.
776-
Are designed to create a Tag when an ObjectTags with a new Tag.
775+
This type of taxonomy has an associated Django model in `tag_class_model()`.
776+
They are designed to create Tags when required for new ObjectTags, to maintain
777+
their status as "closed" taxonomies.
777778
The Tags are representations of the instances of the associated model.
778779
779-
On Tag.external_id stores an identifier from the instance (`pk` as default)
780-
and on Tag.value stores an human readable representation of the instance
780+
Tag.external_id stores an identifier from the instance (`pk` as default)
781+
and Tag.value stores a human readable representation of the instance
781782
(e.g. `username`).
782783
The subclasses can override this behavior, to choose the right field.
783784

0 commit comments

Comments
 (0)