Skip to content

Commit a51b571

Browse files
committed
Change 'of' back to 'for'
1 parent a9decf4 commit a51b571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sage_docbuild/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def linkcode_resolve(domain, info):
461461
ver += f' built with GitHub PR <a href="{pr_url}">#{pr_number}</a>' \
462462
f' on <a href="{pr_commit}">{pr_sha[:7]}</a>' \
463463
f' [<a href="/changes.html">changes</a>]'
464-
banner = f'This is documentation of Sage version {ver} for development purpose.'
464+
banner = f'This is documentation for Sage version {ver} for development purpose.'
465465
html_theme_options.update({ "announcement": banner })
466466

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

0 commit comments

Comments
 (0)