From 0b5826e6d239a2634b2f453d5f0d75a9b919290c Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 18 Mar 2019 00:46:31 -0400 Subject: [PATCH] Fix typo in PEEP Signed-off-by: Dan Ryan --- peeps/PEEP-005.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peeps/PEEP-005.md b/peeps/PEEP-005.md index 2026d576..2cc0279f 100644 --- a/peeps/PEEP-005.md +++ b/peeps/PEEP-005.md @@ -54,7 +54,7 @@ If a conflict should occur due to the presence in the `Pipfile.lock` of a depend ## Necessary Changes -In order to make these changes, we will need to modify the dependency resolution process. Overall, locking will require the following implementaiton changes: +In order to make these changes, we will need to modify the dependency resolution process. Overall, locking will require the following implementation changes: 1. The ability to restore any entries that would otherwise be removed when the `--keep-outdated` flag is passed. The process already provides a caching mechanism, so we simply need to restore missing cache keys; 2. Conflict resolution steps: