*: properly capitalize “Python” (#10132)
This commit is contained in:
@@ -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}}`
|
||||
|
||||
|
@@ -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}}`
|
||||
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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}}`
|
||||
|
||||
|
Reference in New Issue
Block a user