Correct docstring list -> set.
This commit is contained in:
		
							parent
							
								
									bb782d18b9
								
							
						
					
					
						commit
						a7b0ae4898
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue