summaryrefslogtreecommitdiffstats
path: root/lpschedule/mark2html.py
diff options
context:
space:
mode:
Diffstat (limited to 'lpschedule/mark2html.py')
-rw-r--r--lpschedule/mark2html.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lpschedule/mark2html.py b/lpschedule/mark2html.py
index 44125a2..587208d 100644
--- a/lpschedule/mark2html.py
+++ b/lpschedule/mark2html.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2015 lpschedule-generator author(s). See AUTHORS.
+# Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
#
# This file is part of lpschedule-generator.
#
@@ -42,4 +42,3 @@ class Mark2html(object):
Returns HTML format of FileName
"""
return mistune.markdown(self.FileName.read())
- \ No newline at end of file