Skip to content

Commit

Permalink
Update MDA Cleaner and Tone Calculator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rflugum authored Jul 16, 2018
1 parent a75ed6c commit 726e216
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MDA Cleaner and Tone Calculator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
"""
Created on Tue Oct 24 21:41:03 2017
@author: Ryan
This program first identifies valid MD&A sections and then computes the tone of these sections. The final output file will by
SampleData.txt and it is saved in the file that you designate as filepath3.
"""
Expand Down Expand Up @@ -206,4 +203,4 @@
f.write(','.join(Post)+'\n')
f.close
print Post
Post=[]
Post=[]

0 comments on commit 726e216

Please sign in to comment.