Skip to content

Commit 21cc8ca

Browse files
committed
Remove r prefix from strings that need not be raw
These are a couple strings that, in addition to not having any escape sequences, don't represent regular expressions, Windows paths, or anything else that would be clarified by raw literals.
1 parent 8443559 commit 21cc8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
# Grouping the document tree into LaTeX files. List of tuples
171171
# (source start file, target name, title, author, document class [howto/manual]).
172172
latex_documents = [
173-
("index", "GitPython.tex", r"GitPython Documentation", r"Michael Trier", "manual"),
173+
("index", "GitPython.tex", "GitPython Documentation", "Michael Trier", "manual"),
174174
]
175175

176176
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)