pages*: remove mnemonics when highlighting both long and short options (#12936)

This commit is contained in:
Sebastiaan Speck
2024-06-12 07:43:11 +02:00
committed by GitHub
parent d9b72a9e37
commit f1d0051ee8
12 changed files with 40 additions and 40 deletions

View File

@@ -7,11 +7,11 @@
`pydocstyle {{file.py|path/to/directory}}`
- Show an [e]xplanation of each error:
- Show an explanation of each error:
`pydocstyle {{-e|--explain}} {{file.py|path/to/directory}}`
- Show [d]ebug information:
- Show debug information:
`pydocstyle {{-d|--debug}} {{file.py|path/to/directory}}`