diff options
| author | Vyacheslav Tamarin <tamarin.vs@ya.ru> | 2022-03-20 18:09:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-20 18:09:16 +0300 |
| commit | bf1d98799ed73fbabefde423588a6dbe3a0ed31e (patch) | |
| tree | 4af036997e80e20caeb6c18bcde39daeb3c60d0e /doc | |
| parent | d4b33cefcf10d8f014c490263568d5f849c8350d (diff) | |
| download | dnspython-bf1d98799ed73fbabefde423588a6dbe3a0ed31e.tar.gz | |
Remove excess backquote
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/name.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/name.rst b/doc/name.rst index 117691d..414db1c 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:: |
