File tree 1 file changed +3
-3
lines changed
content/contributing-code/python-guidelines
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ warning for [Whitespace before ':' (E203)][e203].
70
70
71
71
Please work to minimize the number of development related technologies. This
72
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.
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.*
76
76
77
77
[ pipenv ] : https://github.com/pypa/pipenv
78
78
[ dockercompose ] : https://docs.docker.com/compose/
You can’t perform that action at this time.
0 commit comments