1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-12 23:04:00 +01:00

Comment correction on ui.py (#874)

This commit is contained in:
yangkyeongmo
2019-01-15 08:36:05 +09:00
committed by Vladimir Iakovlev
parent 9354a977dd
commit b946b7d319

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]