From 01886a272b952e4ff8202105bf5e4746000331be Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:34:40 -0400 Subject: [PATCH] spelling: simpler Signed-off-by: Josh Soref --- contrib/python/docs/source/examples/example1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/python/docs/source/examples/example1.rst b/contrib/python/docs/source/examples/example1.rst index b4414175..891e0853 100644 --- a/contrib/python/docs/source/examples/example1.rst +++ b/contrib/python/docs/source/examples/example1.rst @@ -50,7 +50,7 @@ In the third step we tell the resolver to query for our domain, type MX, of clas pkt = resolver.query(dname, ldns.LDNS_RR_TYPE_MX, ldns.LDNS_RR_CLASS_IN, ldns.LDNS_RD) The function should return a packet if everything goes well and this packet will contain resource records we asked for. -Note that there exists a simplier way. Instead of using a dname variable, we can use a string which will be automatically converted. +Note that there exists a simpler way. Instead of using a dname variable, we can use a string which will be automatically converted. :: pkt = resolver.query("fit.vutbr.cz", ldns.LDNS_RR_TYPE_MX, ldns.LDNS_RR_CLASS_IN, ldns.LDNS_RD) -- 2.47.3