Comment correction on ui.py (#874)
This commit is contained in:
parent
9354a977dd
commit
b946b7d319
|
|
@ -52,7 +52,7 @@ class CommandSelector(object):
|
|||
|
||||
@property
|
||||
def value(self):
|
||||
""":rtype hefuck.types.CorrectedCommand"""
|
||||
""":rtype thefuck.types.CorrectedCommand"""
|
||||
return self._commands[self._index]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue