diff options
author | Fbenas <philbeansburton@gmail.com> | 2020-11-08 12:12:47 +0000 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2020-11-08 12:12:47 +0000 |
commit | e65bc91a8d392637cf23a43ff7b2d12f96b4c92a (patch) | |
tree | 1d7739b9cfd9920eb0686c9d59e7e6a568ac49ee | |
parent | 0906971b898b28fa33a0f4168e5fc95944594ec8 (diff) |
Switch to tabs not spaces
-rwxr-xr-x | wikiquery | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ def summary(topic, index): print ("index out of range, options are: [%s]" % stringify(e.options)) else: display(e.options) - except wikipedia.exceptions.PageError as e: - print ("No wikipedia results found for %s" %topic) + except wikipedia.exceptions.PageError as e: + print ("No wikipedia results found for %s" %topic) def parse_args(): args = sys.argv[1:] |