Remove an extra backslash in a docstring

It was added by https://review.openstack.org/#/c/577029/ but
it seems it was not essential.
I tested this with networking-midonet doc build.

Related-Bug: #1771092
Change-Id: I33d0f59bec6274f7924f37c89feaf6a19d2bfd90
This commit is contained in:
YAMAMOTO Takashi 2018-06-27 16:53:45 +09:00
parent b7cbad9c4a
commit b692eff9ec
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""