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/__init__.py')
-rw-r--r--src/common/xmpp/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/xmpp/__init__.py b/src/common/xmpp/__init__.py
index 1bc3ff027..07d4d237b 100644
--- a/src/common/xmpp/__init__.py
+++ b/src/common/xmpp/__init__.py
@@ -14,8 +14,8 @@ features - different stuff that didn't worths separating into modules
browser - DISCO server framework. Allows to build dynamic disco tree.
filetransfer - Currently contains only IBB stuff. Can be used for bot-to-bot transfers.
-Most of the classes that is defined in all these modules is an ancestors of
-class PlugIn so they share a single set of methods allowing you to compile
+Most of the classes that is defined in all these modules is an ancestors of
+class PlugIn so they share a single set of methods allowing you to compile
a featured XMPP client. For every instance of PlugIn class the 'owner' is the class
in what the plug was plugged. While plugging in such instance usually sets some
methods of owner to it's own ones for easy access. All session specific info stored