Skip to content

Commit

Permalink
Change 'of' back to 'for'
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jul 3, 2024
1 parent a9decf4 commit a51b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_docbuild/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def linkcode_resolve(domain, info):
ver += f' built with GitHub PR <a href="{pr_url}">#{pr_number}</a>' \
f' on <a href="{pr_commit}">{pr_sha[:7]}</a>' \
f' [<a href="/changes.html">changes</a>]'
banner = f'This is documentation of Sage version {ver} for development purpose.'
banner = f'This is documentation for Sage version {ver} for development purpose.'
html_theme_options.update({ "announcement": banner })

# The name of the Pygments (syntax highlighting) style to use. This
Expand Down

0 comments on commit a51b571

Please sign in to comment.