Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Saravananslb authored Mar 2, 2021
1 parent dedbdb7 commit 0136496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can use proxies in the translation.
.. code:: python
>>> from pygoogletranslation import Translator
>> proxy = {"http":"http://sampleproxy.com:80"}
>>> proxy = {"http":"http://sampleproxy.com:80"}
>>> translator = Translator(proxies=proxy)
Advanced Usage (Bulk)
Expand Down

0 comments on commit 0136496

Please sign in to comment.