Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix unintended new typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Aug 29, 2021
1 parent 681e5e6 commit d486306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage_docbuild/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,15 +738,15 @@ def pdf(self):
logger.warning('''
PDF documents have been created in subdirectories of
%s
%s
Alternatively, you can open
%s
%s
for a webpage listing all of the documents.''' % (output_dir,
os.path.join(output_dir,
'index.html')))
os.path.join(output_dir,
'index.html')))


class ReferenceSubBuilder(DocBuilder):
Expand Down

0 comments on commit d486306

Please sign in to comment.