From b946b7d3196a1338bf6dc402d7f2a138799d8759 Mon Sep 17 00:00:00 2001 From: yangkyeongmo Date: Tue, 15 Jan 2019 08:36:05 +0900 Subject: [PATCH] Comment correction on ui.py (#874) --- thefuck/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]