From 15b613d3053eafeb78aed2eff80eb26212ed1e33 Mon Sep 17 00:00:00 2001 From: Terry Zhuo <36221214+terryyz@users.noreply.github.com> Date: Sat, 4 Jul 2020 02:22:25 +1000 Subject: [PATCH] Typo Fixed (#192) Readme Typo FIxed --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index acc0aaa..f598ec8 100644 --- a/README.rst +++ b/README.rst @@ -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