Skip to content

Commit

Permalink
docs: update docs (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaeddine-13 authored Feb 18, 2022
1 parent 0cdf593 commit 4173fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamentals/documentarray/access-elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ da = DocumentArray([Document(tags={'category': 'c'}),
Document(tags={'category': 'a'}),
Document(tags={'category': 'a'})])

rv = da.split(tag='category')
rv = da.split_by_tag(tag='category')
```

```text
Expand Down

0 comments on commit 4173fa5

Please sign in to comment.