diff -r c1a8a2cf56d0 -r f434af227a41 eric6/ViewManager/ViewManager.py --- 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')