Merge pull request #2709 from svanburen/patch-3

Fix typo
This commit is contained in:
Dan Ryan
2018-08-10 04:35:45 -04:00
committed by GitHub
+1 -1
View File
@@ -95,7 +95,7 @@ PIPENV_MAX_RETRIES = int(os.environ.get(
))
"""Specify how many retries Pipenv should attempt for network requests.
Default is 0. Aautomatically set to 1 on CI environments for robust testing.
Default is 0. Automatically set to 1 on CI environments for robust testing.
"""
PIPENV_MAX_ROUNDS = int(os.environ.get("PIPENV_MAX_ROUNDS", "16"))