Unverified Commit 87a033d9 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Properly indent return block (#14887)

parent 13504dcb
...@@ -102,7 +102,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r""" ...@@ -102,7 +102,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings. Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method **kwargs: passed to the `self.tokenize()` method
Return: Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields: [`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model. - **input_ids** -- List of token ids to be fed to a model.
......
...@@ -100,7 +100,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r""" ...@@ -100,7 +100,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings. Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method **kwargs: passed to the `self.tokenize()` method
Return: Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields: [`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model. - **input_ids** -- List of token ids to be fed to a model.
......
...@@ -1343,7 +1343,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r""" ...@@ -1343,7 +1343,7 @@ ENCODE_PLUS_ADDITIONAL_KWARGS_DOCSTRING = r"""
Whether or not to print more information and warnings. Whether or not to print more information and warnings.
**kwargs: passed to the `self.tokenize()` method **kwargs: passed to the `self.tokenize()` method
Return: Return:
[`BatchEncoding`]: A [`BatchEncoding`] with the following fields: [`BatchEncoding`]: A [`BatchEncoding`] with the following fields:
- **input_ids** -- List of token ids to be fed to a model. - **input_ids** -- List of token ids to be fed to a model.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment