*: properly capitalize “Python” (#10132)

This commit is contained in:
pixel
2023-05-02 17:16:07 +02:00
committed by GitHub
parent b614e6714c
commit 9126c126f5
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
> Chroma is a general-purpose syntax highlighting library and corresponding command, for Go.
> More information: <https://github.com/alecthomas/chroma>.
- Highlight a source file with python lexer and output to terminal:
- Highlight a source file with Python lexer and output to terminal:
`chroma --lexer="{{python}}" {{source_file}}`