From c2f74e109a691cecdf6c21a4d61a58f89f0707b1 Mon Sep 17 00:00:00 2001 From: Roman Hochuli Date: Tue, 3 Sep 2019 11:48:54 +0200 Subject: [PATCH] fix typo in DNSName reference documentation --- pdns/dnsdistdist/docs/reference/dnsname.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/dnsname.rst b/pdns/dnsdistdist/docs/reference/dnsname.rst index 939e5ea0b..79e1ed9be 100644 --- a/pdns/dnsdistdist/docs/reference/dnsname.rst +++ b/pdns/dnsdistdist/docs/reference/dnsname.rst @@ -35,7 +35,7 @@ Functions and methods of a ``DNSName`` A ``DNSName`` object represents a name in the DNS. It is returned by several functions and has several functions to programmatically interact with it. - .. method:: DNSName:chopoff() -> bool + .. method:: DNSName:chopOff() -> bool .. versionadded:: 1.2.0 -- 2.40.0