Skip to content

Commit c400315

Browse files
authored
Merge pull request creativecommons#602 from creativecommons/note-quotes
italicize quotes
2 parents 22d05e8 + b543bbb commit c400315

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/contributing-code/python-guidelines/contents.lr

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ warning for [Whitespace before ':' (E203)][e203].
7070

7171
Please work to minimize the number of development related technologies. This
7272
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.*
7676

7777
[pipenv]: https://github.com/pypa/pipenv
7878
[dockercompose]: https://docs.docker.com/compose/

0 commit comments

Comments
 (0)