[FIX] code: typos

This commit is contained in:
Victor Feyens
2021-05-31 11:56:48 +02:00
committed by vfe-odoo
parent becf7a207d
commit bfec9a58f9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ def add_doc_link(app, pagename, templatename, context, doctree):
return
# FIXME: find other way to recover current document's source suffix
# in Sphinx 1.3 it's possible to have mutliple source suffixes and that
# in Sphinx 1.3 it's possible to have multiple source suffixes and that
# may be useful in the future
source_suffix = app.config.source_suffix
source_suffix = next(iter(source_suffix))