From: Peter van Dijk Date: Mon, 1 Apr 2019 19:29:09 +0000 (+0200) Subject: count is a method, not an attribute X-Git-Tag: dnsdist-1.4.0-alpha1~29^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d5806ec4e6eea5caf0156e4f72f05920388506;p=thirdparty%2Fpdns.git count is a method, not an attribute --- diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index c0fc2702d3..117ac18bb0 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -231,7 +231,7 @@ EDNSOptionView object An object that represents the values of a single EDNS option received in a query. - .. attribute:: EDNSOptionView.count -> int + .. method:: EDNSOptionView:count() The number of values for this EDNS option.