We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d05e8 commit b543bbbCopy full SHA for b543bbb
content/contributing-code/python-guidelines/contents.lr
@@ -70,9 +70,9 @@ warning for [Whitespace before ':' (E203)][e203].
70
71
Please work to minimize the number of development related technologies. This
72
helps minimize the overhead of contributing to multiple projects. Most of our
73
-projects use either [Pipenv][pipenv], the Python Development Workflow for
74
-Humans, or [docker-compose][dockercompose], a tool for defining and running
75
-multi-container Docker applications.
+projects use either [Pipenv][pipenv], *the Python Development Workflow for
+Humans,* or [docker-compose][dockercompose], *a tool for defining and running
+multi-container Docker applications.*
76
77
[pipenv]: https://github.com/pypa/pipenv
78
[dockercompose]: https://docs.docker.com/compose/
0 commit comments