diff options
Diffstat (limited to 'examples/muc.py')
-rwxr-xr-x | examples/muc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/muc.py b/examples/muc.py index 96b5fb83..24555d7f 100755 --- a/examples/muc.py +++ b/examples/muc.py @@ -175,7 +175,7 @@ if __name__ == '__main__': # Connect to the XMPP server and start processing XMPP stanzas. if xmpp.connect(): - # If you do not have the pydns library installed, you will need + # If you do not have the dnspython library installed, you will need # to manually specify the name of the server if it does not match # the one in the JID. For example, to use Google Talk you would # need to use: |