1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 01:28:56 +00:00

Comment correction on ui.py

This commit is contained in:
Yang Gyeongmo 2019-01-13 18:41:30 +09:00
parent 1eb4ccbcc9
commit 9c294adc5a

View File

@ -52,7 +52,7 @@ class CommandSelector(object):
@property @property
def value(self): def value(self):
""":rtype hefuck.types.CorrectedCommand""" """:rtype thefuck.types.CorrectedCommand"""
return self._commands[self._index] return self._commands[self._index]