8000 use unicode · jseims/twilio-python@0f5efc0 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 0f5efc0

Browse files
committed
use unicode
1 parent 7a337ff commit 0f5efc0

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
@@ -48,7 +48,7 @@
4848

4949
# General information about the project.
5050
project = u'twilio-python'
51-
copyright = "".join([str(datetime.utcnow().year), u', Twilio Inc.'])
51+
copyright = unicode(datetime.utcnow().year) + u', Twilio Inc'
5252

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

0 commit comments

Comments
 (0)
0