diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-25 11:04:34 -0600 |
---|---|---|
committer | Harmon <Harmon758@gmail.com> | 2020-02-25 11:04:34 -0600 |
commit | d39bd5345af82e3acbdc1ecb348951b05a5ed1f6 (patch) | |
tree | dfccb83bafd000d0704d473e1090a4158da136f9 /doc/source | |
parent | ac286162b577c35ce855a3048c82808b30b217a8 (diff) | |
download | gitpython-d39bd5345af82e3acbdc1ecb348951b05a5ed1f6.tar.gz |
Remove now unnecessary explicit Unicode string literal prefixes
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 96cbd667..0ec64179 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,8 +42,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'GitPython' -copyright = u'Copyright (C) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel' +project = 'GitPython' +copyright = 'Copyright (C) 2008, 2009 Michael Trier and contributors, 2010-2015 Sebastian Thiel' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |