eric6/ViewManager/ViewManager.py

changeset 7165
375c077ef7e2
parent 7026
fbb685ce95cc
child 7192
a22eee00b052
child 7214
f434af227a41
--- a/eric6/ViewManager/ViewManager.py	Sat Aug 24 16:33:42 2019 +0200
+++ b/eric6/ViewManager/ViewManager.py	Sat Aug 24 18:24:33 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