From c975d35a36712e70481160a679ee9da30577328f Mon Sep 17 00:00:00 2001 From: John Chang Date: Thu, 9 May 2019 12:03:00 +0100 Subject: [PATCH] Replace non-ASCII character in comment (#3050) The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211 --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 38ce4278..af6d5026 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock