Skip to content

Commit 31b9bee

Browse files
committed
Changed a function comment
1 parent 9733645 commit 31b9bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4Pipe4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def TidyUP(basefile):
394394

395395

396396
def RunMe(arguments):
397-
#Function to parse which parts of 4Pipe4 will run.
397+
'''Function to parse which parts of 4Pipe4 will run.'''
398398
for option, number in zip(list(arguments), range(len(arguments))):
399399
if option == "1":
400400
MinClip(basefile)

0 commit comments

Comments
 (0)