diff options
| author | Krishna Prasad <kprasad.iitd@gmail.com> | 2014-09-03 20:58:33 +0530 |
|---|---|---|
| committer | Krishna Prasad <kprasad.iitd@gmail.com> | 2014-09-03 20:58:33 +0530 |
| commit | 0339094e7fd071bc66f3cfdc61045c20f0419716 (patch) | |
| tree | a0eebb8407ed3c6b1ded49f0739ef0f8b13ab600 /docs | |
| parent | 47a1f7f60fde88d0c450b708299c20478482c23b (diff) | |
| download | urllib3-0339094e7fd071bc66f3cfdc61045c20f0419716.tar.gz | |
code formatting changes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/security.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/security.rst b/docs/security.rst index 443220f1..1b2fbea5 100644 --- a/docs/security.rst +++ b/docs/security.rst @@ -135,8 +135,8 @@ 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: +file as well. e.g:: libraries: - name: ssl - version: latest + version: latest |
