docs: Fix a few typos (#1419)

This commit is contained in:
Tim Gates 2022-07-03 22:54:34 +10:00 committed by GitHub
parent 3ad408add7
commit 4736a16698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ timings.
The benchmarks are run through 'pyperf', which allows to
do get very precise results. For micro-benchmarks like startup,
please run `pyperf system tune` to get even more acurrate results.
please run `pyperf system tune` to get even more accurate results.
Examples:

View File

@ -24,7 +24,7 @@ def enable_highlighter(
console: Console,
highlighter: Highlighter,
) -> Iterator[Console]:
"""Enable a higlighter temporarily."""
"""Enable a highlighter temporarily."""
original_highlighter = console.highlighter
try: