Skip to content

Commit

Permalink
Added readme notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas, Ajay committed Sep 15, 2020
1 parent a1e8ee3 commit 1074eb6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Expand Up @@ -23,6 +23,7 @@ Features
- Bulk translations
- Customizable service URL
- HTTP/2 support
- verify support to turn off/on strict SSL

TODO
~~~~
Expand Down Expand Up @@ -104,6 +105,16 @@ URLs are provided, it then randomly chooses a domain.
'translate.google.co.kr',
])
Turn off Strict ssl
~~~~~~~~~~~~~~~~~~~~~

use verify either to turn OFF or ON strict SSL. Default will be turned on

.. code:: python
>>> from googletrans import Translator
>>> translator = Translator(verify=False)
Advanced Usage (Bulk)
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 1074eb6

Please sign in to comment.