Network/IRC/IrcWidget.py

changeset 2280
8e85ca3fabe7
parent 2279
cbf90feec16f
child 2292
1e29752b51d7
--- a/Network/IRC/IrcWidget.py	Sat Dec 22 13:13:56 2012 +0100
+++ b/Network/IRC/IrcWidget.py	Sat Dec 22 15:09:28 2012 +0100
@@ -344,7 +344,7 @@
         """
         Private slot handling the closing of a channel.
         
-        @param name name of the closed channel (string) 
+        @param name name of the closed channel (string)
         """
         for channel in self.__channelList:
             if channel.name() == name:

eric ide

mercurial