diff options
Diffstat (limited to 'sphinx/highlighting.py')
-rw-r--r-- | sphinx/highlighting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py index c18c397bb..e347d01e3 100644 --- a/sphinx/highlighting.py +++ b/sphinx/highlighting.py @@ -6,7 +6,7 @@ Highlight code blocks using Pygments. :copyright: 2007-2008 by Georg Brandl. - :license: BSD. + :license: BSD, see LICENSE for details. """ import sys |