Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhaloff committed Jun 28, 2023
1 parent c9fc8b6 commit b32a994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ BaiduTranslator
- Translate batch of texts

.. code-block:: python
=
texts = ["Hello world", "How are you?"]
translated = BaiduTranslator(appid="your-appid", appkey="your-appkey" source="en", target="zh").translate_batch(texts)
Expand Down Expand Up @@ -715,7 +715,7 @@ BaiduTranslator
- Translate batch of texts

.. code-block:: python
=
texts = ["Hello world", "How are you?"]
translated = BaiduTranslator(appid="your-appid", appkey="your-appkey" source="en", target="zh").translate_batch(texts)
Expand Down

0 comments on commit b32a994

Please sign in to comment.