forked from extern/httpie-cli
docs: Fix a few typos (#1419)
This commit is contained in:
parent
3ad408add7
commit
4736a16698
@ -9,7 +9,7 @@ timings.
|
|||||||
|
|
||||||
The benchmarks are run through 'pyperf', which allows to
|
The benchmarks are run through 'pyperf', which allows to
|
||||||
do get very precise results. For micro-benchmarks like startup,
|
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:
|
Examples:
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ def enable_highlighter(
|
|||||||
console: Console,
|
console: Console,
|
||||||
highlighter: Highlighter,
|
highlighter: Highlighter,
|
||||||
) -> Iterator[Console]:
|
) -> Iterator[Console]:
|
||||||
"""Enable a higlighter temporarily."""
|
"""Enable a highlighter temporarily."""
|
||||||
|
|
||||||
original_highlighter = console.highlighter
|
original_highlighter = console.highlighter
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user