8000
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 7a337ff commit 0f5efc0Copy full SHA for 0f5efc0
docs/conf.py
@@ -48,7 +48,7 @@
48
49
# General information about the project.
50
project = u'twilio-python'
51
-copyright = "".join([str(datetime.utcnow().year), u', Twilio Inc.'])
+copyright = unicode(datetime.utcnow().year) + u', Twilio Inc'
52
53
# The version info for the project you're documenting, acts as replacement for
54
# |version| and |release|, also used in various other places throughout the
0 commit comments