From 83f96511e4848bdfc229a6b4cac180a46417a52e Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Tue, 9 Jul 2019 07:45:26 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8a71e..4e1d3b6 100644 --- a/README.md +++ b/README.md @@ -780,7 +780,7 @@ setuptools.setup( ``` Users will have an easier time working with your package if `import mypkg2` -is enough to determine which version of your project are using. A further +is enough to determine which version of your project they are using. A further benefit of creating multiple modules is that users can import both old and new modules in the same environment and can use some packages which depend on the old version as well as some that depend on the new version. The