[doc] update code-block rendering (#11053)

double : prevents code-block section to be rendered, so made it single :
This commit is contained in:
Eren Şahin 2021-04-05 16:06:07 +03:00 committed by GitHub
parent 3d39226a51
commit 6e31014110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The original code can be found `here <https://github.com/openai/finetune-transfo
Note:
If you want to reproduce the original tokenization process of the `OpenAI GPT` paper, you will need to install ``ftfy``
and ``SpaCy``::
and ``SpaCy``:
.. code-block:: bash