Remove brace from Python sample

Suggsted in #756

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware)
2018-07-10 21:07:36 +01:00
parent a6ab224a94
commit 9618bc3f7c

View File

@ -12,7 +12,7 @@ def get_stdin():
buf = buf + line
return buf
if(__name__ == "__main__"):
if __name__ == "__main__":
st = get_stdin()
blob = TextBlob(st)
res = {