From 2d5618c50ffa0af9d57bbbd886bdc3f73dda2311 Mon Sep 17 00:00:00 2001 From: Mathieu Mitchell Date: Mon, 29 Jan 2018 22:30:34 -0500 Subject: [PATCH] Fix typo around "environment markers" Change-Id: Ie05ae564f918b4b6413ae1d6d3e4ff91d3b79e1e --- reference/pti/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pti/python.rst b/reference/pti/python.rst index aed7ac59c..5977e0a8d 100644 --- a/reference/pti/python.rst +++ b/reference/pti/python.rst @@ -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 ===========