Add more detailed docstring

This commit is contained in:
TehomCD 2020-03-14 01:05:53 -04:00
parent b57a6a978e
commit 2085f924ed

View file

@ -18,7 +18,7 @@ from evennia.scripts.models import ScriptDB
def get_tag_query(tag_type: Union[str, None], key: str) -> Q:
"""
Returns a Q object for searching by tag names for typeclasses
Args:
tag_type(str or None): The type of tag (None, 'alias', etc)
key (str): The name of the tag