1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +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
def value(self):
""":rtype hefuck.types.CorrectedCommand"""
""":rtype thefuck.types.CorrectedCommand"""
return self._commands[self._index]