Skip to content

Commit 0136496

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

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

0 commit comments

Comments
 (0)