Commit 3a6301d8 authored by SohanDanushka's avatar SohanDanushka Committed by I.K Seneviratne

Committing - adjusting coding standards 2

parent 260dd841
...@@ -46,7 +46,7 @@ def run(): ...@@ -46,7 +46,7 @@ def run():
else: else:
d[word] = 1 d[word] = 1
# the key words are "extraneous filler words (ok, well, like, Actually, Basically, that, jest, only, really, very, now, simply, maybe, perhaps, somehow, almost, slightly, seemed ....)" # the key words are "extraneous filler words (ok, well, like, Actually, Basically, that, jest, only, really, very, now, simply, maybe, perhaps, somehow, almost, slightly, seemed ....)"
for key in list(d.keys()): for key in list(d.keys()):
if (key == "like"): if (key == "like"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment