]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typo in DNSNameSet documentation 9727/head
authorgeorgeto <georgeto@mailbox.org>
Sat, 14 Nov 2020 00:24:17 +0000 (01:24 +0100)
committergeorgeto <georgeto@mailbox.org>
Sat, 14 Nov 2020 00:28:03 +0000 (01:28 +0100)
The newDNSNameSet() function has no name argument.

pdns/dnsdistdist/docs/reference/dnsnameset.rst

index 0bcf8a8c9b68887a6d02b0b36c96ea7c2926ad1c..27d7253436f636cc61b5d655b64082d86aea274a 100644 (file)
@@ -17,7 +17,7 @@ The set can be filled by func:`DNSNameSet:add`::
 Functions and methods of a ``DNSNameSet``
 -----------------------------------------
 
-.. function:: newDNSNameSet(name) -> DNSNameSet
+.. function:: newDNSNameSet() -> DNSNameSet
 
   Returns the :class:`DNSNameSet`.