summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzax <zach.smith@makespace.com>2015-11-01 17:38:12 -0500
committerzax <zach.smith@makespace.com>2015-11-01 17:38:12 -0500
commit90095a9d51cb6cc37d87e0cf37e886c598b3154a (patch)
tree6337e43f56dcb8330fff03ee1f843820e89fba13
parent9a639c1f28f8115e978d081ed25d3b62aaab1471 (diff)
downloadpycco-90095a9d51cb6cc37d87e0cf37e886c598b3154a.tar.gz
Minor formatting
-rw-r--r--pycco/main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pycco/main.py b/pycco/main.py
index 8103d01..32f5dfc 100644
--- a/pycco/main.py
+++ b/pycco/main.py
@@ -364,9 +364,9 @@ def get_language(source, code, language=None):
else:
raise ValueError()
except ValueError:
- # If pygments can't find any lexers, it will raise its own
- # subclass of ValueError. We will catch it and raise ours
- # for consistency.
+ # If pygments can't find any lexers, it will raise its own
+ # subclass of ValueError. We will catch it and raise ours
+ # for consistency.
raise ValueError("Can't figure out the language!")