diff options
Diffstat (limited to 'scripts/caps.py')
-rwxr-xr-x | scripts/caps.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/caps.py b/scripts/caps.py index e29d48854..b86cd1520 100755 --- a/scripts/caps.py +++ b/scripts/caps.py @@ -1,6 +1,7 @@ #!/usr/bin/env python -"""Pandoc filter to convert all regular text to uppercase. +""" +Pandoc filter to convert all regular text to uppercase. Code, link URLs, etc. are not affected. """ |