summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkrishnaiitd <kprasad.iitd@gmail.com>2014-09-03 20:54:55 +0530
committerkrishnaiitd <kprasad.iitd@gmail.com>2014-09-03 20:54:55 +0530
commit47a1f7f60fde88d0c450b708299c20478482c23b (patch)
treea10ed2d674603dcca3a4cb3d1ebc5ce49fff5f16 /docs
parentf8765af74a239c50bc584f44831d56e0e9e4db7d (diff)
downloadurllib3-47a1f7f60fde88d0c450b708299c20478482c23b.tar.gz
Sentence changes
Diffstat (limited to 'docs')
-rw-r--r--docs/security.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/security.rst b/docs/security.rst
index 31ebf5c2..443220f1 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -130,11 +130,12 @@ Making unverified HTTPS requests is strongly discouraged. ˙ ͜ʟ˙
Google App Engine Requirements
------------------------------
-By Default, GAE does not allow to make http/https connection to another
-application like `api.twitter.com`, so to make this library working properly in
-your GAE application you will have to enable the billing information in your
-application and you should include the ssl library in your application yaml
-file as well. e.g::
+
+By Default, GAE does not allow you to make http/https connection to other
+applications like `api.twitter.com`, so in order to make this library working
+properly in your GAE application you have to enable the billing information in
+your application setting and include the ssl library in your application yaml
+file as well. e.g:
libraries:
- name: ssl