Parcourir la source

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
pull/3051/head
John Chang il y a 5 ans
Parent
révision
c975d35a36
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Python.gitignore

+ 1
- 1
Python.gitignore Voir le fichier

@@ -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 dont work, or not
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock


Chargement…
Annuler
Enregistrer