diff --git a/src/pyedb/dotnet/edb_core/stackup.py b/src/pyedb/dotnet/edb_core/stackup.py index 49a0609d82..74bac3cf86 100644 --- a/src/pyedb/dotnet/edb_core/stackup.py +++ b/src/pyedb/dotnet/edb_core/stackup.py @@ -2264,7 +2264,7 @@ def import_stackup(self, file_path): >>> edb.stackup.import_stackup("stackup.xml") """ - self._logger.warning("Method export_stackup is deprecated. Use .export.") + self._logger.warning("Method import_stackup is deprecated. Use .load") return self.load(file_path) @pyedb_function_handler()