pages/*: remove double spaces (#10379)

This commit is contained in:
Lena
2023-06-14 17:32:31 +02:00
committed by GitHub
parent 9add941ec6
commit f7458cbb0c
13 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@
- Create a coprocess which repeatedly reads `stdin` and runs some commands on the input:
`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }`
`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }`
- Create a coprocess which repeatedly reads `stdin`, runs a pipeline on the input, and writes the output to `stdout`:

View File

@@ -7,7 +7,7 @@
`qtile start`
- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`):
- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`):
`qtile check`