From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Fri, 11 Sep 2020 02:33:55 +0000 (-0600) Subject: Update comboaddress.rst X-Git-Tag: rec-4.5.0-alpha0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9462%2Fhead;p=thirdparty%2Fpdns.git Update comboaddress.rst --- diff --git a/pdns/recursordist/docs/lua-scripting/comboaddress.rst b/pdns/recursordist/docs/lua-scripting/comboaddress.rst index a36dd996c3..0b1a4bbd4f 100644 --- a/pdns/recursordist/docs/lua-scripting/comboaddress.rst +++ b/pdns/recursordist/docs/lua-scripting/comboaddress.rst @@ -24,7 +24,7 @@ To compare the address (so not the port) of two ComboAddresses, use :meth:`:equa To convert an address to human-friendly representation, use :meth:`:toString ` or :meth:`:toStringWithPort `. To get only the port number, use :meth:`:getPort() `. -.. function:: NewCA(address) -> ComboAddress +.. function:: newCA(address) -> ComboAddress Creates a :class:`ComboAddress`.