diff options
Diffstat (limited to 'grc/python/Port.py')
-rw-r--r-- | grc/python/Port.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/Port.py b/grc/python/Port.py index 0b97f69cb5..ef60b33839 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -247,7 +247,7 @@ class Port(_Port, _GUIPort): self._clones.append(port) return port - def remove_duplicate(self, port): + def remove_clone(self, port): """ Remove a cloned port from the internal list Remove to index 0 of the master port name if there are no more clones |