Correct docstring list -> set.

master
voussoir 2021-05-15 18:18:37 -07:00
parent bb782d18b9
commit a7b0ae4898
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ class PDBTagMixin:
def get_all_tag_names(self): def get_all_tag_names(self):
''' '''
Return a list containing the names of all tags as strings. Return a set containing the names of all tags as strings.
Useful for when you don't want the overhead of actual Tag objects. Useful for when you don't want the overhead of actual Tag objects.
''' '''
return self.get_cached_tag_export(self._get_all_tag_names) return self.get_cached_tag_export(self._get_all_tag_names)