fixed variable typo
This commit is contained in:
parent
6de7f0bf84
commit
da1ea8f6da
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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__ = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue