]> git.ipfire.org Git - thirdparty/dnspython.git/commit
fix various typing issues (typos) 774/head
authorSebastian Wagner <sebix@sebix.at>
Sat, 29 Jan 2022 21:43:20 +0000 (22:43 +0100)
committerSebastian Wagner <sebix@sebix.at>
Sat, 29 Jan 2022 21:43:20 +0000 (22:43 +0100)
commita593b38d892f6b5b2180086157d73bff181f1475
treefa6b1f015e8a3dda0cdcf1b8d06ccf60cf687564
parent890900876f5b08e03af4c3ef138b6f4a255065b1
fix various typing issues (typos)

I stumbled over a few typos and then decided to fix 'em all
19 files changed:
dns/_immutable_attr.py
dns/dnssec.py
dns/message.py
dns/query.py
dns/rdataset.py
dns/rdtypes/svcbbase.py
dns/renderer.py
dns/resolver.py
dns/transaction.py
dns/versioned.py
doc/message-edns.rst
doc/rdata-subclasses.rst
doc/resolver-class.rst
doc/resolver.rst
doc/rfc.rst
tests/nanonameserver.py
tests/test_message.py
tests/test_tokenizer.py
tests/test_zone.py