]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix 'Inline literal start-string without end-string' in the netmask doc
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 4 Mar 2020 14:08:46 +0000 (15:08 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 4 Mar 2020 14:12:44 +0000 (15:12 +0100)
pdns/dnsdistdist/docs/reference/netmask.rst

index 89a66307d6c03b2267b0ef959db3f4156f36c597..102fea0b4830ea3be8b2994b2fa172e44a239831 100644 (file)
@@ -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