Fix linter errors

Change-Id: If180f49835bfe763da462c7073734dc89e238496
This commit is contained in:
Jonathan Rosser 2020-10-01 16:57:14 +01:00
parent ad0f2b9331
commit 9b91f8c31b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'doc-' + target_name + '.tex',
title.replace("_", "\_"), author, 'manual'),
title.replace("_", r"\_"), author, 'manual'),
]
latex_use_xindy = False