eric6/Network/IRC/IrcNetworkWidget.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
--- a/eric6/Network/IRC/IrcNetworkWidget.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/Network/IRC/IrcNetworkWidget.py	Sat Dec 19 15:22:26 2020 +0100
@@ -307,7 +307,7 @@
         
         @param msgType txpe of the message (string)
         @param msg message to be added (string)
-        @keyparam filterMsg flag indicating to filter the message (boolean)
+        @param filterMsg flag indicating to filter the message (boolean)
         """
         if filterMsg:
             msg = ircFilter(msg)

eric ide

mercurial