[Docs] Fix backticks in inline code and documentation links (#28875)

Fix backticks in code blocks and documentation links
This commit is contained in:
Klaus Hipp
2024-02-06 20:15:44 +01:00
committed by GitHub
parent a1afec9e17
commit 4830f26965
21 changed files with 35 additions and 36 deletions

View File

@@ -73,7 +73,7 @@ Many image captioning datasets contain multiple captions per image. In those cas
</Tip>
Split the datasets train split into a train and test set with the [~datasets.Dataset.train_test_split] method:
Split the datasets train split into a train and test set with the [`~datasets.Dataset.train_test_split`] method:
```python