From ae1cdbc437c6ede1ec4904b76a75e56a2ff25da2 Mon Sep 17 00:00:00 2001 From: Scoots Date: Mon, 10 Apr 2017 04:11:14 -0400 Subject: [PATCH] Update Parser.py Fixed comments --- Parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.py b/Parser.py index 9164990..fe9cd01 100644 --- a/Parser.py +++ b/Parser.py @@ -1,7 +1,7 @@ import argparse """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Jacob McCloughan +" @author Scoots " @version 3/30/2017 " @see https://docs.python.org/2.7/library/argparse.html "