We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0131bb commit 006f0afCopy full SHA for 006f0af
docs/conf.py
@@ -45,9 +45,9 @@
45
46
# General information about the project.
47
project = 'argparse2'
48
-copyright = ('2014, Chris Jerdonek. All Rights Reserved. '
49
- '© Copyright 2001-2014, Python Software Foundation. '
50
- 'All Rights Reserved')
+copyright = (u'2014, Chris Jerdonek. All Rights Reserved. '
+ u'© Copyright 2001-2014, Python Software Foundation. '
+ u'All Rights Reserved')
51
52
# The version info for the project you're documenting, acts as replacement for
53
# |version| and |release|, also used in various other places throughout the
0 commit comments