Typo Fixed (#192)

Readme Typo FIxed
This commit is contained in:
Terry Zhuo 2020-07-04 02:22:25 +10:00 committed by GitHub
parent f7b8811b14
commit 15b613d305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Customize service URL
~~~~~~~~~~~~~~~~~~~~~
You can use another google translate domain for translation. If multiple
URLs are provided it then randomly chooses a domain.
URLs are provided, it then randomly chooses a domain.
.. code:: python
@ -100,7 +100,7 @@ Advanced Usage (Bulk)
~~~~~~~~~~~~~~~~~~~~~
Array can be used to translate a batch of strings in a single method
call and a single HTTP session. The exact same method shown above work
call and a single HTTP session. The exact same method shown above works
for arrays as well.
.. code:: python