Fix typo around "environment markers"

Change-Id: Ie05ae564f918b4b6413ae1d6d3e4ff91d3b79e1e
This commit is contained in:
Mathieu Mitchell
2018-01-29 22:30:34 -05:00
parent aa478b9fa3
commit 2d5618c50f

View File

@@ -50,7 +50,7 @@ Each project should list its operations dependencies in requirements.txt
and additional dependencies required for testing in test-requirements.txt.
If there are requirements that are specific to python3 or pypy support,
those may be listed in requirements.txt or test-requirements.txt using
environment makers.
environment markers.
Constraints
===========