Skip to content

Commit 2e6874d

Browse files
authored
[sphinx] Update conf.py for Python 3 compatibility (SR-1763). (#3086)
Patch by Gwynne Raskind. https://bugs.swift.org/browse/SR-1763
1 parent add621a commit 2e6874d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# General information about the project.
4444
project = u'Swift'
45-
copyright = unicode(date.today().year) + u', Apple Inc'
45+
copyright = str(date.today().year) + u', Apple Inc'
4646

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

0 commit comments

Comments
 (0)