Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dnsclient.py (#223)
  • Loading branch information
BigCedar authored and spaceone committed Feb 2, 2017
1 parent beec20b commit 589e6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dnsclient.py
Expand Up @@ -7,7 +7,7 @@
deconstruction (*a really nice library btw with
great integration into circuits*).
Specify the server, port and query as argumetns
Specify the server, port, and query as arguments
to perform a lookup against a server using UDP.
To run this example::
Expand Down Expand Up @@ -69,7 +69,7 @@ class DNSClient(Component):
"""DNS Client
This ties everything together in a nice
configurable way with protocol, transport
configurable way with protocol, transport,
and dummy handler as well as optional debugger.
"""

Expand Down

0 comments on commit 589e6b0

Please sign in to comment.