1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

[Edited] Add docstring to improve documentation

This commit is contained in:
MayureshMore 2025-02-13 08:23:24 -08:00
parent c7e7e1d884
commit ae69ee80cb

View File

@ -70,3 +70,5 @@ def get_output(script, expanded):
else:
logs.debug(u'Execution timed out!')
return None
# Automated edit: [Edited] Add docstring to improve documentation