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 add621a commit 2e6874dCopy full SHA for 2e6874d
docs/conf.py
@@ -42,7 +42,7 @@
42
43
# General information about the project.
44
project = u'Swift'
45
-copyright = unicode(date.today().year) + u', Apple Inc'
+copyright = str(date.today().year) + u', Apple Inc'
46
47
# The version info for the project you're documenting, acts as replacement for
48
# |version| and |release|, also used in various other places throughout the
0 commit comments