diff --git a/neutron/db/l3_db.py b/neutron/db/l3_db.py index 66794542ab7..d363f712602 100644 --- a/neutron/db/l3_db.py +++ b/neutron/db/l3_db.py @@ -1091,7 +1091,7 @@ class L3_NAT_dbonly_mixin(l3.RouterPluginBase, :param internal_subnet: The subnet for the fixed-ip. :param external_network_id: The external network for floating-ip. - :raises: ExternalGatewayForFloatingIPNotFound if no suitable router \ + :raises: ExternalGatewayForFloatingIPNotFound if no suitable router is found. """