Fix some doc typos

closes https://github.com/official-stockfish/Stockfish/pull/6400

No functional change
This commit is contained in:
Didier Durand
2025-11-13 22:32:12 +01:00
committed by Joost VandeVondele
parent 8551f86efc
commit 55643baa3f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ if __name__ == "__main__":
framework = MiniTestFramework()
# Each test suite will be ran inside a temporary directory
# Each test suite will be run inside a temporary directory
framework.run([TestCLI, TestInteractive, TestSyzygy])
EPD.delete_bench_epd()