Skip to content

Commit

Permalink
FIX: comment fix (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorompi authored Apr 24, 2024
1 parent 9c4cebb commit 5d672a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb_core/stackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5d672a9

Please sign in to comment.