Skip to content

Commit c975d35

Browse files
jrcshiftkey
authored andcommitted
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
1 parent 5c5a1b5 commit c975d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ ipython_config.py
8585
# pipenv
8686
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
8787
# However, in case of collaboration, if having platform-specific dependencies or dependencies
88-
# having no cross-platform support, pipenv may install dependencies that dont work, or not
88+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
8989
# install all needed dependencies.
9090
#Pipfile.lock
9191

0 commit comments

Comments
 (0)