Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/xmpp/features.py')
-rw-r--r--src/common/xmpp/features.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/xmpp/features.py b/src/common/xmpp/features.py
index 4cee5d6f6..4aac70218 100644
--- a/src/common/xmpp/features.py
+++ b/src/common/xmpp/features.py
@@ -1,4 +1,4 @@
-## features.py
+## features.py
##
## Copyright (C) 2003-2004 Alexey "Snake" Nezhdanov
##
@@ -82,7 +82,7 @@ def discoverInfo(disp,jid,node=None):
def getRegInfo(disp,host,info={},sync=True):
""" Gets registration form from remote host.
You can pre-fill the info dictionary.
- F.e. if you are requesting info on registering user joey than specify
+ F.e. if you are requesting info on registering user joey than specify
info as {'username':'joey'}. See JEP-0077 for details.
'disp' must be connected dispatcher instance."""
iq=Iq('get',NS_REGISTER,to=host)