Skip to content

Commit dedbdb7

Browse files
authored
Update README.rst
1 parent a8d3777 commit dedbdb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ You can use proxies in the translation.
9191
.. code:: python
9292
9393
>>> from pygoogletranslation import Translator
94-
>>> translator = Translator(proxies=YOUR_PROXIES)
94+
>> proxy = {"http":"http://sampleproxy.com:80"}
95+
>>> translator = Translator(proxies=proxy)
9596
9697
Advanced Usage (Bulk)
9798
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)