diff options
author | zax <zach.smith@makespace.com> | 2015-11-01 17:38:12 -0500 |
---|---|---|
committer | zax <zach.smith@makespace.com> | 2015-11-01 17:38:12 -0500 |
commit | 90095a9d51cb6cc37d87e0cf37e886c598b3154a (patch) | |
tree | 6337e43f56dcb8330fff03ee1f843820e89fba13 | |
parent | 9a639c1f28f8115e978d081ed25d3b62aaab1471 (diff) | |
download | pycco-90095a9d51cb6cc37d87e0cf37e886c598b3154a.tar.gz |
Minor formatting
-rw-r--r-- | pycco/main.py | 6 |
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!") |