From: Vyacheslav Tamarin Date: Sun, 20 Mar 2022 15:09:16 +0000 (+0300) Subject: Remove excess backquote X-Git-Tag: v2.3.0rc1~87^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F796%2Fhead;p=thirdparty%2Fdnspython.git Remove excess backquote --- diff --git a/doc/name.rst b/doc/name.rst index 117691da..414db1c0 100644 --- a/doc/name.rst +++ b/doc/name.rst @@ -30,7 +30,7 @@ absolute names. Names may also be compared according to the DNS tree hierarchy with the :py:func:`dns.name.Name.fullcompare` method. For example -```www.dnspython.org.`` is a subdomain of ``dnspython.org.``. See the +``www.dnspython.org.`` is a subdomain of ``dnspython.org.``. See the method description for full details. .. toctree::