WeblateOrg / weblate

Missing module/function docstring PY-D0003
Documentation
Minor
1 occurrence in this check
Docstring missing for get_glossary_flags
2470        required=False,
2471    )
2472
2473    def get_glossary_flags(self):2474        result = []
2475        if self.cleaned_data.get("terminology"):
2476            result.append("terminology")