From 3e1d657888257f869f1e065ba0a1c2cbcb1e3bbb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Mar 2012 16:45:02 -0400 Subject: [PATCH] be more specific with the assumptions --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 3b176d8..0faf35c 100755 --- a/bin/compile +++ b/bin/compile @@ -19,7 +19,7 @@ # # - The desired Python VM is available on the base system. # - Library dependencies are available on the base system. -# - Django applications should not require additional configuration. +# - Django applications should not require any platform-specific configuration. #