fixed variable typo

This commit is contained in:
Chapin Bryce 2019-05-27 19:52:46 -04:00
parent 6de7f0bf84
commit da1ea8f6da
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE.
__author__ = 'Chapin Bryce' __author__ = 'Chapin Bryce'
__date__ = 20190527 __date__ = 20190527
__license = 'MIT Copyright 2019 Chapin Bryce' __license__ = 'MIT Copyright 2019 Chapin Bryce'
__desc__ = '''Sample script to accept command line arguments.''' __desc__ = '''Sample script to accept command line arguments.'''
__docs__ = [ __docs__ = [
'https://docs.python.org/3/library/argparse.html', 'https://docs.python.org/3/library/argparse.html',

View File

@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
__author__ = 'Chapin Bryce' __author__ = 'Chapin Bryce'
__date__ = 20190527 __date__ = 20190527
__license = 'MIT Copyright 2019 Chapin Bryce' __license__ = 'MIT Copyright 2019 Chapin Bryce'
__desc__ = '''Sample script to write to CSV files.''' __desc__ = '''Sample script to write to CSV files.'''
__docs__ = [ __docs__ = [
'https://docs.python.org/3/library/csv.html', 'https://docs.python.org/3/library/csv.html',

View File

@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
__author__ = 'Chapin Bryce' __author__ = 'Chapin Bryce'
__date__ = 20190527 __date__ = 20190527
__license = 'MIT Copyright 2019 Chapin Bryce' __license__ = 'MIT Copyright 2019 Chapin Bryce'
__desc__ = '''Sample script to display and write logging __desc__ = '''Sample script to display and write logging
messages.''' messages.'''
__docs__ = [ __docs__ = [