diff --git a/thefuck/ui.py b/thefuck/ui.py index 37b14acd..9c05db33 100644 --- a/thefuck/ui.py +++ b/thefuck/ui.py @@ -52,7 +52,7 @@ class CommandSelector(object): @property def value(self): - """:rtype hefuck.types.CorrectedCommand""" + """:rtype thefuck.types.CorrectedCommand""" return self._commands[self._index]