diff -r 6da6a0a5a448 -r 375c077ef7e2 eric6/ViewManager/ViewManager.py --- 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')