diff options
Diffstat (limited to 'python/typelibrary.py')
| -rw-r--r-- | python/typelibrary.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/typelibrary.py b/python/typelibrary.py index 364a458d..90c4a6d3 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -285,9 +285,9 @@ class TypeLibrary: @property def type_container(self) -> 'typecontainer.TypeContainer': """ - `type_container` returns a TypeContainer interface for interacting with the type library. - - :return: TypeContainer interface + Type Container for all TYPES within the Type Library. Objects are not included. + The Type Container's Platform will be the first platform associated with the Type Library. + :return: Type Library Type Container """ return typecontainer.TypeContainer(core.BNGetTypeLibraryTypeContainer(self.handle)) |
