Skip to content

Commit 006f0af

Browse files
committed
Make copyright Unicode.
1 parent d0131bb commit 006f0af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
# General information about the project.
4747
project = 'argparse2'
48-
copyright = ('2014, Chris Jerdonek. All Rights Reserved. '
49-
'© Copyright 2001-2014, Python Software Foundation. '
50-
'All Rights Reserved')
48+
copyright = (u'2014, Chris Jerdonek. All Rights Reserved. '
49+
u'© Copyright 2001-2014, Python Software Foundation. '
50+
u'All Rights Reserved')
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)