*: 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}}`

View File

@@ -11,7 +11,7 @@
`gitlint --commits {{single_refspec_argument}}`
- Path to a directory or python module with extra user-defined rules:
- Path to a directory or Python module with extra user-defined rules:
`gitlint --extra-path {{path/to/directory}}`

View File

@@ -1,6 +1,6 @@
# meson
> SCons-like build system that uses python as a front-end language and Ninja as a building backend.
> SCons-like build system that uses Python as a front-end language and Ninja as a building backend.
> More information: <https://mesonbuild.com>.
- Generate a C project with a given name and version:

View File

@@ -1,6 +1,6 @@
# pipx
> Install and run python applications in isolated environments.
> Install and run Python applications in isolated environments.
> More information: <https://github.com/pypa/pipx>.
- Run an app in a temporary virtual environment:

View File

@@ -1,6 +1,6 @@
# pystun3
> Classic STUN client written in python.
> Classic STUN client written in Python.
> More information: <https://github.com/talkiq/pystun3>.
- Make a STUN request:

View File

@@ -16,7 +16,7 @@
`tox --listenvs-all`
- Run tests on a specific environment (e.g. python 3.6):
- Run tests on a specific environment (e.g. Python 3.6):
`tox -e {{py36}}`