diff --git a/panos/network.py b/panos/network.py index 1a9e1ad3..892915ef 100644 --- a/panos/network.py +++ b/panos/network.py @@ -449,7 +449,7 @@ def set_virtual_router( was updated (update=True). Returns: - Zone: The zone for this interface after the operation completes + VirtualRouter: The virtual router for this interface after the operation completes """ # Don't add HA, layer 2 or aggregate-group interfaces to virtual router. @@ -811,7 +811,7 @@ def set_virtual_router( (Default: False) Returns: - Zone: The zone for this interface after the operation completes + VirtualRouter: The virtual router for this interface after the operation completes """ interface = Layer3Subinterface(self.name, self.tag)