]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Remove excess backquote 796/head
authorVyacheslav Tamarin <tamarin.vs@ya.ru>
Sun, 20 Mar 2022 15:09:16 +0000 (18:09 +0300)
committerGitHub <noreply@github.com>
Sun, 20 Mar 2022 15:09:16 +0000 (18:09 +0300)
doc/name.rst

index 117691da480352364cad62390698664dd06e27e4..414db1c0aac8dff7139b4b3e8f5bb5d2b5818c51 100644 (file)
@@ -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::