From f00edcefb859c9245494f72280b14eb0419fd609 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 27 Aug 2021 13:39:24 -0400 Subject: Fix some comments in typelibrary.py --- python/typelibrary.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/typelibrary.py') diff --git a/python/typelibrary.py b/python/typelibrary.py index 2d64b724..c4d495c3 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -271,7 +271,7 @@ class TypeLibrary: through NamedTypeReferences are already appropriately prepared. To add types and objects from an existing BinaryView, it is recommended to use - :py:meth:`export_object_to_library `, which will automatically pull in + :py:meth:`export_object_to_library `, which will automatically pull in all referenced types and record additional dependencies as needed. :param QualifiedName name: @@ -292,7 +292,7 @@ class TypeLibrary: through NamedTypeReferences are already appropriately prepared. To add types and objects from an existing BinaryView, it is recommended to use - :py:meth:`export_type_to_library `, which will automatically pull in + :py:meth:`export_type_to_library `, which will automatically pull in all referenced types and record additional dependencies as needed. :param QualifiedName name: @@ -310,7 +310,7 @@ class TypeLibrary: """ `get_named_object` direct extracts a reference to a contained object -- when attempting to extract types from a library into a BinaryView, consider using - :py:meth:`import_library_object ` instead. + :py:meth:`import_library_object ` instead. :param QualifiedName name: :rtype: Type @@ -326,7 +326,7 @@ class TypeLibrary: """ `get_named_type` direct extracts a reference to a contained type -- when attempting to extract types from a library into a BinaryView, consider using - :py:meth:`import_library_type ` instead. + :py:meth:`import_library_type ` instead. :param QualifiedName name: :rtype: Type -- cgit v1.3.1