Emend spelling errors (#13113)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Dimitri Papadopoulos Orfanos
2024-11-08 13:11:42 +01:00
committed by GitHub
parent 8117bcaae8
commit c427edb0bd
4 changed files with 4 additions and 4 deletions

View File

@@ -295,7 +295,7 @@ def test_load_mappings_cache_revert_update(tmp_path):
app2.build()
app2.cleanup()
# switch back to old url (re-use 'old_item')
# switch back to old url (reuse 'old_item')
confoverrides3 = BASE_CONFIG | {'intersphinx_mapping': old_project.record}
app3 = SphinxTestApp('dummy', srcdir=tmp_path, confoverrides=confoverrides3)
app3.build()