diff --git a/gds/library.py b/gds/library.py index 28c0f39..88ab6ca 100644 --- a/gds/library.py +++ b/gds/library.py @@ -19,7 +19,7 @@ class Library(object): element = None pass - def link_srefs(self, progress_callback=None): + def link_refs(self, progress_callback=None): class Progress(ProgressGetter): total = 0 current = 0