Skip to content

Commit dc59e85

Browse files
committed
use en dash for copyright footer (fixes niklasf#199)
1 parent 494ce49 commit dc59e85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3+
from __future__ import unicode_literals
4+
35
import sys
46
import os
57

@@ -19,7 +21,7 @@
1921

2022
# General information about the project.
2123
project = "python-chess"
22-
copyright = "2014-2017, Niklas Fiekas"
24+
copyright = "20142017, Niklas Fiekas"
2325

2426
# The version.
2527
version = chess.__version__

0 commit comments

Comments
 (0)