Fix README and script comment typos

This commit is contained in:
Ed Morley
2016-02-29 18:00:46 +00:00
parent 724e51b5c7
commit b706cd13f7
3 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -32,12 +32,11 @@ Deploying a Python application couldn't be easier:
A `requirements.txt` file must be present at the root of your application's repository.
You can also specify the latest production relase of this buildpack for upcoming builds of an existing application:
You can also specify the latest production release of this buildpack for upcoming builds of an existing application:
$ heroku buildpacks:set heroku/python
Specify a Python Runtime
------------------------
+4 -4
View File
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
# The Heroku Python Buildpack. This script accepts paramaters for a build
# The Heroku Python Buildpack. This script accepts parameters for a build
# directory, a cache directory, and a directory for app environment variables.
# Warning: there are a few hacks in this script to accomidate excellent builds
# on Heroku. No gaurentee for external compatibility is made. However,
# Warning: there are a few hacks in this script to accommodate excellent builds
# on Heroku. No guarantee for external compatibility is made. However,
# everything should work fine outside of the Heroku environment, if the
# environment is setup correctly.
@@ -73,7 +73,7 @@ source $BIN_DIR/utils
# Import collection of warnings.
source $BIN_DIR/warnings
# Directory Hacks for path consistiency.
# Directory Hacks for path consistency.
APP_DIR='/app'
TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
+1 -1
View File
@@ -19,7 +19,7 @@ MANAGE_FILE=${MANAGE_FILE:-fakepath}
# Legacy file-based support for $DISABLE_COLLECTSTATIC
[ -f .heroku/collectstatic_disabled ] && DISABLE_COLLECTSTATIC=1
# Ensure that Django is explicitily specified in requirments.txt
# Ensure that Django is explicitly specified in requirements.txt
pip-grep -s requirements.txt django Django && DJANGO_INSTALLED=1
bpwatch start collectstatic # metrics collection