Skip to content

Commit 4206973

Browse files
authored
Update .code-samples.meilisearch.yaml
1 parent e5545fe commit 4206973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,13 @@ getting_started_add_documents_md: |-
300300
client.index('movies').add_documents(movies)
301301
```
302302
303-
[About this package](https://github.com/meilisearch/meilisearch-python/)
303+
[About this SDK](https://github.com/meilisearch/meilisearch-python/)
304304
getting_started_search_md: |-
305305
```python
306306
index.search('botman')
307307
```
308308
309-
[About this package](https://github.com/meilisearch/meilisearch-python/)
309+
[About this SDK](https://github.com/meilisearch/meilisearch-python/)
310310
faceted_search_update_settings_1: |-
311311
client.index('movies').update_attributes_for_faceting([
312312
'director',

0 commit comments

Comments
 (0)