eric6/ViewManager/ViewManager.py

branch
maintenance
changeset 7214
f434af227a41
parent 7035
d2036d7f5ef6
parent 7165
375c077ef7e2
child 7286
7eb04391adf7
--- a/eric6/ViewManager/ViewManager.py	Sat Aug 03 11:34:00 2019 +0200
+++ b/eric6/ViewManager/ViewManager.py	Sat Sep 07 12:59:54 2019 +0200
@@ -334,7 +334,7 @@
         """
         Public method to signal if cascading of managed windows is available.
         
-        @ireturn flag indicating cascading of windows is available
+        @return flag indicating cascading of windows is available
         @exception RuntimeError Not implemented
         """
         raise RuntimeError('Not implemented')
@@ -343,7 +343,7 @@
         """
         Public method to signal if tiling of managed windows is available.
         
-        @ireturn flag indicating tiling of windows is available
+        @return flag indicating tiling of windows is available
         @exception RuntimeError Not implemented
         """
         raise RuntimeError('Not implemented')
@@ -368,7 +368,7 @@
         """
         Public method to return the active (i.e. current) window.
         
-        @ireturn reference to the active editor
+        @return reference to the active editor
         @exception RuntimeError Not implemented
         """
         raise RuntimeError('Not implemented')

eric ide

mercurial