From: Remi Gacogne Date: Wed, 4 Mar 2020 14:08:46 +0000 (+0100) Subject: dnsdist: Fix 'Inline literal start-string without end-string' in the netmask doc X-Git-Tag: dnsdist-1.5.0-alpha1~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9bc0a3acd997978853b031a0e4ec89559746b79;p=thirdparty%2Fpdns.git dnsdist: Fix 'Inline literal start-string without end-string' in the netmask doc --- diff --git a/pdns/dnsdistdist/docs/reference/netmask.rst b/pdns/dnsdistdist/docs/reference/netmask.rst index 89a66307d6..102fea0b48 100644 --- a/pdns/dnsdistdist/docs/reference/netmask.rst +++ b/pdns/dnsdistdist/docs/reference/netmask.rst @@ -24,7 +24,7 @@ Netmask .. method:: Netmask:getMaskedNetwork() -> ComboAddress - Return a :class:`ComboAddress` object representing the base network of this netmask object after masking any additional bits if necessary (for example ``192.0.2.0`` if the netmask was constructed with ``newNetmask('192.0.2.1/24')). + Return a :class:`ComboAddress` object representing the base network of this netmask object after masking any additional bits if necessary (for example ``192.0.2.0`` if the netmask was constructed with ``newNetmask('192.0.2.1/24')``). .. method:: Netmask:empty() -> bool